cocos2d-x  2.2.6
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
LuaArmatureMovementEventData Struct Reference

#include <lua_cocos2dx_cocostudio_manual.h>

Public Member Functions

 LuaArmatureMovementEventData (cocos2d::CCObject *_objTarget, int _movementType, const std::string &_movementID)

Public Attributes

cocos2d::CCObjectobjTarget
int movementType
std::string movementID

Constructor & Destructor Documentation

LuaArmatureMovementEventData ( cocos2d::CCObject _objTarget,
int  _movementType,
const std::string &  _movementID 
)
inline
var LuaArmatureMovementEventData ( var  _objTarget,
var  _movementType,
var  _movementID 
)
inline
local LuaArmatureMovementEventData ( local  _objTarget,
local  _movementType,
local  _movementID 
)
inline

Member Data Documentation

std::string movementID
var movementID
local movementID
int movementType
var movementType
local movementType
cocos2d::CCObject* objTarget
var objTarget
local objTarget

The documentation for this struct was generated from the following file: