#include <CCActionManagerEx.h>
|
| ActionManagerEx () |
| Default constructor. More...
|
|
| ActionManagerEx () |
| Default constructor. More...
|
|
virtual | ~ActionManagerEx () |
| Default destructor. More...
|
|
ActionObject * | getActionByName (const char *jsonName, const char *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...
|
|
local | playActionByName ( local jsonName, local 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...
|
|
local | playActionByName ( local jsonName, local actionName, local func) |
| Play an Action with a name. More...
|
|
void | initWithDictionary (const char *jsonName, const rapidjson::Value &dic, Ref *root) |
void | releaseActions () |
| Release all actions. More...
|
|
void | retain () |
| Retains the ownership. More...
|
|
void | release () |
| Release the ownership immediately. More...
|
|
local | release () |
| Release the ownership immediately. More...
|
|
Ref * | autorelease () |
| Release 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.
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 |
The documentation for this class was generated from the following file: