Open topic with navigation
<node3d>.getActionInstance
Return the current action instance being performed on the given pool
<node3d>.getActionInstance( |
|
pool = 0 |
) |
|
pool = 0
Action pool number
Remarks
This command will return the current action instance being performed on the given pool. If no action is currently being performed, None will be returned.
Return Value
viz.ActionClass object
See also