Constructors
constructor
- new DelayAction(time: number, name?: string): DelayAction
Parameters
-
time: number
-
name: string Optional
Properties
__variant__
__variant__: string = "DelayAction"
Methods
Static fromJSON
Parameters
-
json: object
-
Optional name?: string
-
time: number
An Action to delay execution, primarily used for a Macro
example
new DelayAction(1000,"wait")