Skip to main content

ActionSequence

ActionSequence

Kind: global class
Author: Alex Goldring
Copyright: Company Named Limited (c) 2025

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

ParamType
vnumber

actionSequence.getPriority() ⇒ number

Kind: instance method of ActionSequence

actionSequence.add(action)

Kind: instance method of ActionSequence

ParamType
actionA