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/C++
synopsis
simInt simCreateStack()
C/C++
parameters
C/C++
return value
-1 in case of an error, otherwise a stack handle.
Lua synopsis
Lua parameters
Lua return values
Python synopsis