CoronaLuaPushImage()

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

Overview

Creates a display object using image and pushes it to the top of the stack. If successful, returns 1 indicating that the object was pushed onto the Lua stack; otherwise returns 0.

Syntax

int CoronaLuaPushImage( lua_State *L, UIImage *image )