TickIterationProcess
Noir.Classes.TickIterationProcess: NoirClass
Represents a process in which code iterates through a table in chunks of x over how ever many necessary ticks.
Initializes tick iteration process class objects.
Parameters
ID
: integertbl
: tablechunkSize
: integer
Iterate through the table in chunks of x over how ever many necessary ticks.
Returns
boolean
: completed
Last updated