🪠️ WWAA Nested Loop Counter

WWAA_NestedLoopCounter

Implements a nested loop counter for complex iteration patterns. Maintains state across executions with customizable maximum values and increment steps. Returns both integer and float values for 'i' and 'j' loop variables, along with debug logging for tracking execution state.

Pack: WWAA-CustomNodes

custom_nodes.WWAA-CustomNodes

Inputs (3)

NameTypeRequired
max_valueINTrequired
incrementINTrequired
resetBOOLEANrequired

Outputs (5)

NameType
iINT
jINT
i_floatFLOAT
j_floatFLOAT
debug_logSTRING