Regular API
function
simPushTableOntoStack
Description
Pushes an empty table onto the stack. The table will then be located at the top of the stack. See also the
other stack functions
.
C synopsis
simInt simPushTableOntoStack(simInt stackHandle)
C parameters
stackHandle
: a stack handle obtained with
simCreateStack
.
C return value
-1 in case of an error.
Lua synopsis
-
Lua parameters
-
Lua return values
-
All regular API functions on one page