Module step_sequencer
Manages a sequence of update callbacks over time.
StepSequencer extends Object
Class Methods
| StepSequencer:new (...) | Create a new StepSequencer |
Instance Methods
| step_sequener:update (steps) | Run the StepSequencer. |
Class Methods
Class Methods. Must be called onClass, with a capital leading character.
e.g. Class:method("foo")
- StepSequencer:new (...)
-
Create a new
StepSequencerParameters:
- ...
table
the steps to sequence, of types
wait,every, oruntil
Returns:
-
StepSequencer
- ...
table
the steps to sequence, of types
Instance Methods
Instance Methods. Must be called on an instance ofClass.
e.g. instance:method("foo")