Regular API
function
simCopyStack
Description
Duplicates a stack object. See also the
other stack functions
.
C synopsis
simInt simCopyStack(simInt stackHandle)
C parameters
stackHandle
: a stack handle obtained with
simCreateStack
.
C return value
-1 in case of an error, otherwise the handle of the duplicated stack.
Lua synopsis
-
Lua parameters
-
Lua return values
-
All regular API functions on one page