TickIterationProcess
Noir.Classes.TickIterationProcessClass: 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
: table<integer, table<integer, - any>>chunkSize
: integer
Iterate through the table in chunks of x over how ever many necessary ticks.
Returns
boolean
: completed
Calculate the chunks of the table.
Returns
table<integer, table<integer,
: any>>
Last updated