Cocos2d-x  v3.15
ActionManager Member List

This is the complete list of members for ActionManager, including all inherited members.

_IDRef
_luaIDRef
_rootedRef
_scriptObjectRef
ActionManager(void)ActionManager
addAction(Action *action, Node *target, bool paused)ActionManager
autorelease()Ref
getActionByTag(int tag, const Node *target) constActionManager
getNumberOfRunningActionsInTarget(const Node *target) constActionManager
getNumberOfRunningActionsInTargetByTag(const Node *target, int tag)ActionManager
getReferenceCount() constRef
numberOfRunningActionsInTarget(Node *target) constActionManagerinline
pauseAllRunningActions()ActionManager
pauseTarget(Node *target)ActionManager
release()Ref
removeAction(Action *action)ActionManager
removeActionByTag(int tag, Node *target)ActionManager
removeActionsByFlags(unsigned int flags, Node *target)ActionManager
removeAllActions()ActionManager
removeAllActionsByTag(int tag, Node *target)ActionManager
removeAllActionsFromTarget(Node *target)ActionManager
resumeTarget(Node *target)ActionManager
resumeTargets(const Vector< Node *> &targetsToResume)ActionManager
retain()Ref
update(float dt)ActionManager
~ActionManager(void)ActionManager
~Ref()Refvirtual