🪠️ WWAA Switch Int

WWAA_Switch_Int

Takes two integer inputs and outputs them either as-is or swapped based on a boolean switch parameter. When switch is False, outputs (int_a, int_b). When switch is True, outputs (int_b, int_a). Useful for conditional value routing and dynamic parameter switching.

Pack: WWAA-CustomNodes

custom_nodes.WWAA-CustomNodes

Inputs (3)

NameTypeRequired
int_aINTrequired
int_bINTrequired
switchBOOLEANrequired

Outputs (2)

NameType
output_1INT
output_2INT