cocos2d-x  3.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
lua-cocos-studio-conversions.h File Reference
#include "lua.h"
#include "tolua++.h"
#include "tolua_fix.h"

Namespaces

 cocostudio
 
 cocostudio::timeline
 

Functions

bool  (lua_State *L, int lo, cocostudio::timeline::AnimationInfo *outValue, const char *funcName="")
void  (lua_State *L, const cocostudio::timeline::AnimationInfo &inValue)

Function Documentation

bool luaval_to_animationInfo ( lua_State *  L,
int  lo,
cocostudio::timeline::AnimationInfo *  outValue,
const char *  funcName = "" 
)
var luaval_to_animationInfo ( var  L,
var  lo,
var  outValue,
var  funcName = "" 
)
local luaval_to_animationInfo ( local  L,
local  lo,
local  outValue,
local  funcName = "" 
)
void animationInfo_to_luaval ( lua_State *  L,
const cocostudio::timeline::AnimationInfo &  inValue 
)
var animationInfo_to_luaval ( var  L,
var  inValue 
)
local animationInfo_to_luaval ( local  L,
local  inValue 
)