b5.ActionsListManager
An ActionsListManager manages a collection of action lists. Scenes and Actors each contain an ActionsListManager which manges their local action lists.
Public Properties
- actions – An array of action lists
Methods
add(actionlist) – Adds the specified actions list to the manager
- actionlist – The actions list to add to the manager
remove(action) – Removes the specified actions list from the manager
- actionlist – The actions list to remove from the manager
find(name) – Retyurns the named actions list or null if not found
- name – The name of the actions list
execute() – Executes all playable actions lists
1,310 total views, 1 views today