CoronaLuaCreateDictionary()

Revision Release 2024.3703
Keywords iOS, Solar2D Native, CoronaLuaIOS.h, CoronaLuaCreateDictionary
See also CoronaLuaIOS.h
Corona C Functions

Overview

Creates and returns a NSDictionary corresponding to the table at index. This NSDictionary contains the Obj-C equivalent of Lua types.

The following indicates how Lua values in the table are converted to Obj-C values:

Syntax

NSDictionary* CoronaLuaCreateDictionary( lua_State *L, int index )