ActionSequence
ActionSequence
Kind: global class
Author: Alex Goldring
Copyright: Company Named Limited (c) 2025
- ActionSequence
- .actions :
Array.<A> - .priority :
number - .setPriority(v)
- .getPriority() ⇒
number - .add(action)
- .actions :
actionSequence.actions : Array.<A>
Kind: instance property of ActionSequence
actionSequence.priority : number
Higher priority sequences indicate that they need to be executed first
Kind: instance property of ActionSequence
actionSequence.setPriority(v)
Kind: instance method of ActionSequence
| Param | Type |
|---|---|
| v | number |
actionSequence.getPriority() ⇒ number
Kind: instance method of ActionSequence
actionSequence.add(action)
Kind: instance method of ActionSequence
| Param | Type |
|---|---|
| action | A |