rex_loopiterator
Introduction
An iterator to return loop-index.
An iterator to return loop-index.
- Call "Action:Add loop" to declare loops with loop-index and start, end, step values for each level of loop. Or call "Action:Add list" to declare loops with loop-index and a value list in JSON format. Note that user should declare loops in a tick, otherwise the loops definition will be reset.
- Then call "Action:Next" to get the next loop-indexes. After that, call "Expression:loopindex" to get loop-index.
Debugger
User could see current value of loop-index in debugger.
User could see current value of loop-index in debugger.
Co-work with rex_eventbalancer
Sample capx
This plugin could co-work with rex_eventbalancer since it could maintain loop executing in ticks.
Sample capx
This plugin could co-work with rex_eventbalancer since it could maintain loop executing in ticks.