CoronaLuaPushValue()

Revision Release 2024.3703
Keywords iOS, Solar2D Native, CoronaLuaIOS.h, CoronaLuaPushValue
See also CoronaLuaIOS.h
CoronaLuaPushImage()
Corona C Functions

Overview

Pushes a Lua value onto the top of the stack corresponding to the Obj-C object value. Returns 1 if a corresponding Lua value can be created; 0 otherwise.

The following Obj-C values can be converted:

Syntax

int CoronaLuaPushValue( lua_State *L, id value )