Instructions/Loop Number: Difference between revisions

From Desynced Wiki
(Created page with "{{Infobox}} __NOEDITSECTION__ {{Instruction_Bottom}}")
 
No edit summary
 
Line 1: Line 1:
{{Infobox}}
{{Instruction_Top}}
      
      
__NOEDITSECTION__
__NOEDITSECTION__
{{Instruction_Bottom}}
{{Instruction_Bottom}}

Latest revision as of 09:42, 1 August 2025


Loop Number
     File:Instructions-Loop Number.png
     Performs code for all numbers in a range
Lua ID for_number
Category Flow
Icon Make Order.png
Argument One: Type Input
Argument One: Name From
Argument One: Description Loop start number
Argument One: Data Type num
Argument Two: Type Input
Argument Two: Name To
Argument Two: Description Loop end number
Argument Two: Data Type num
Argument Three: Type Input
Argument Three: Name Step
Argument Three: Description Increment step, use -1 or 1 based on inputs if left empty
Argument Three: Data Type num
Argument Four: Type Output
Argument Four: Name Value
Argument Four: Description Current number
Argument Five: Type Exec
Argument Five: Name Done
Argument Five: Description Finished loop