![]() |
AppEasy Core SDK
1.5.0
Cross platform mobile and desktop app and game development SDK - The easy way to make apps
|
#include "IzPlatformSys.h"#include "CzScriptLua.h"#include "IzPlatformOther.h"#include "CzPlatform.h"#include "lua/CzLuaGen.h"#include "CzApp.h"#include "CzSettings.h"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) |
| 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 | ||
| ) |