🪠️ 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