Vizard 7 » Command Index » Vizard objects » node3d » <node3d>.getActionInstance
7.6

<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

<node3d>.addAction
<node3d>.clearActionList
<node3d>.clearActions
<node3d>.endAction
<node3d>.pauseActions
<node3d>.resumeActions
<node3d>.runAction
<node3d>.getAction