Regular API
function
simCreateStack
Description
Creates a stack object that is mainly used to exchange complex data in an easy way with scripts. See also
simReleaseStack
and the
other stack functions
.
C synopsis
simInt simCreateStack()
C parameters
-
C return value
-1 in case of an error, otherwise a stack handle.
Lua synopsis
-
Lua parameters
-
Lua return values
-
All regular API functions on one page