new b5.A_ChangeActions(actions, action){b5.A_ChangeActions}
actions/generic/actions.js, line 32
Action that changes the state of an actions list then exits
Created actions should be added to an actor or scenes actions list to be processed
For a complete overview of Actions see Booty5 Actions Overview
Name | Type | Description |
---|---|---|
actions |
object |
Actions list |
action |
string |
Action to perform on the actions list (play, pause or restart) |
Returns:
Type | Description |
---|---|
b5.A_ChangeActions | The created action |