#include <CCActionManagerEx.h>
|
| | ActionManagerEx () |
| | Default constructor. More...
|
| |
| virtual | ~ActionManagerEx () |
| | Default destructor. More...
|
| |
| ActionObject * | getActionByName (const char *jsonName, const char *actionName) |
| | Gets an ActionObject with a name. More...
|
| |
| var | getActionByName ( var jsonName, var actionName) |
| | Gets an ActionObject with a name. More...
|
| |
| local | getActionByName ( local jsonName, local actionName) |
| | Gets an ActionObject with a name. More...
|
| |
| ActionObject * | playActionByName (const char *jsonName, const char *actionName) |
| | Play an Action with a name. More...
|
| |
| ActionObject * | playActionByName (const char *jsonName, const char *actionName, cocos2d::CallFunc *func) |
| | Play an Action with a name. More...
|
| |
| ActionObject * | stopActionByName (const char *jsonName, const char *actionName) |
| | Stop an Action with a name. More...
|
| |
| local | stopActionByName ( local jsonName, local actionName) |
| | Stop an Action with a name. More...
|
| |
| void | initWithDictionary (const char *jsonName, const rapidjson::Value &dic, Ref *root) |
| void | initWithBinary (const char *file, Ref *root, CocoLoader *cocoLoader, stExpCocoNode *pCocoNode) |
| void | releaseActions () |
| | Release all actions. More...
|
| |
| void | retain () |
| | Retains the ownership. More...
|
| |
| void | release () |
| | Releases the ownership immediately. More...
|
| |
| Ref * | autorelease () |
| | Releases the ownership sometime soon automatically. More...
|
| |
| unsigned int | getReferenceCount () const |
| | Returns the Ref's current reference count. More...
|
| |
| virtual | ~Ref () |
| static void destroyInstance |
( |
| ) |
|
|
static |
Purges ActionManager point.
Purges ActionManager point.
| local destroyActionManager |
( |
| ) |
|
|
static |
Purges ActionManager point.
| ActionObject* getActionByName |
( |
const char * |
jsonName, |
|
|
const char * |
actionName |
|
) |
| |
Gets an ActionObject with a name.
- Parameters
-
| jsonName | UI file name |
| actionName | action name in the UI file. |
- Returns
- ActionObject which named as the param name
| var getActionByName |
( |
var |
jsonName, |
|
|
var |
actionName |
|
) |
| |
Gets an ActionObject with a name.
- Parameters
-
| jsonName | UI file name |
| actionName | action name in the UI file. |
- Returns
- ActionObject which named as the param name
| local getActionByName |
( |
local |
jsonName, |
|
|
local |
actionName |
|
) |
| |
Gets an ActionObject with a name.
- Parameters
-
| jsonName | UI file name |
| actionName | action name in the UI file. |
- Returns
- ActionObject which named as the param name
Gets the static instance of ActionManager.
Gets the static instance of ActionManager.
Gets the static instance of ActionManager.
| var initWithBinary |
( |
var |
file, |
|
|
var |
root, |
|
|
var |
cocoLoader, |
|
|
var |
pCocoNode |
|
) |
| |
| local initWithBinary |
( |
local |
file, |
|
|
local |
root, |
|
|
local |
cocoLoader, |
|
|
local |
pCocoNode |
|
) |
| |
| void initWithDictionary |
( |
const char * |
jsonName, |
|
|
const rapidjson::Value & |
dic, |
|
|
Ref * |
root |
|
) |
| |
| var initWithDictionary |
( |
var |
jsonName, |
|
|
var |
dic, |
|
|
var |
root |
|
) |
| |
| local initWithDictionary |
( |
local |
jsonName, |
|
|
local |
dic, |
|
|
local |
root |
|
) |
| |
| ActionObject* playActionByName |
( |
const char * |
jsonName, |
|
|
const char * |
actionName |
|
) |
| |
Play an Action with a name.
- Parameters
-
| jsonName | UI file name |
| actionName | action name in teh UIfile. |
- Returns
- ActionObject which named as the param name
| var playActionByName |
( |
var |
jsonName, |
|
|
var |
actionName |
|
) |
| |
Play an Action with a name.
- Parameters
-
| jsonName | UI file name |
| actionName | action name in teh UIfile. |
- Returns
- ActionObject which named as the param name
| local playActionByName |
( |
local |
jsonName, |
|
|
local |
actionName |
|
) |
| |
Play an Action with a name.
- Parameters
-
| jsonName | UI file name |
| actionName | action name in teh UIfile. |
- Returns
- ActionObject which named as the param name
Play an Action with a name.
- Parameters
-
| jsonName | UI file name |
| actionName | action name in teh UIfile. |
| func | ui action call back |
| var playActionByName |
( |
var |
jsonName, |
|
|
var |
actionName, |
|
|
var |
func |
|
) |
| |
Play an Action with a name.
- Parameters
-
| jsonName | UI file name |
| actionName | action name in teh UIfile. |
| func | ui action call back |
| local playActionByName |
( |
local |
jsonName, |
|
|
local |
actionName, |
|
|
local |
func |
|
) |
| |
Play an Action with a name.
- Parameters
-
| jsonName | UI file name |
| actionName | action name in teh UIfile. |
| func | ui action call back |
| ActionObject* stopActionByName |
( |
const char * |
jsonName, |
|
|
const char * |
actionName |
|
) |
| |
Stop an Action with a name.
- Parameters
-
| jsonName | UI file name |
| actionName | action name in teh UIfile. |
- Returns
- ActionObject which named as the param name
| var stopActionByName |
( |
var |
jsonName, |
|
|
var |
actionName |
|
) |
| |
Stop an Action with a name.
- Parameters
-
| jsonName | UI file name |
| actionName | action name in teh UIfile. |
- Returns
- ActionObject which named as the param name
| local stopActionByName |
( |
local |
jsonName, |
|
|
local |
actionName |
|
) |
| |
Stop an Action with a name.
- Parameters
-
| jsonName | UI file name |
| actionName | action name in teh UIfile. |
- Returns
- ActionObject which named as the param name
The documentation for this class was generated from the following file: