Revision Release 2024.3703 Keywords iOS, Solar2D Native, CoronaLuaIOS.h, CoronaLuaPushValue See also CoronaLuaIOS.h CoronaLuaPushImage() Corona C Functions
Pushes a Lua value onto the top of the stack corresponding to the value
. Returns 1
if a corresponding Lua value can be created; 0
otherwise.
The following
int CoronaLuaPushValue( lua_State *L, id value )