AppEasy Core SDK  1.5.0
Cross platform mobile and desktop app and game development SDK - The easy way to make apps
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines
CzLuaGen.h File Reference
#include "CzScript.h"
#include "lua.h"
#include "lauxlib.h"
#include "lualib.h"

Go to the source code of this file.

Functions

bool LUA_ValueToString (lua_State *lua, int stack_index, CzString &string)
bool LUA_ValueToProperty (lua_State *lua, int stack_index, CzXomlProperty &prop)
void LUA_ReturnProperty (lua_State *lua, CzXomlProperty &prop)

Function Documentation

void LUA_ReturnProperty ( lua_State *  lua,
CzXomlProperty prop 
)
bool LUA_ValueToProperty ( lua_State *  lua,
int  stack_index,
CzXomlProperty prop 
)
bool LUA_ValueToString ( lua_State *  lua,
int  stack_index,
CzString string 
)