Tao.Lua SDK Documentation |
|
Lua.lua_newtable Method
Creates a new empty table and pushes it onto the stack.
[Visual Basic]
Public Shared Sub lua_newtable( _
ByVal
L As
IntPtr _
)
Parameters
-
L
-
Remarks
It is equivalent to lua_createtable(L, 0, 0).
See Also
Lua Class | Tao.Lua Namespace