Regular API function
simReleaseStack
Description
Releases a stack object. See also the
other stack functions
.
C/C++
synopsis
simInt simReleaseStack(simInt stackHandle)
C/C++
parameters
stackHandle
: a stack handle obtained with
simCreateStack
.
C/C++
return value
1 in case of success.
Lua synopsis
Lua parameters
Lua return values
Python synopsis