Regular API function

simPushDoubleTableOntoStack

Description Pushes a double-precision array onto the stack, as a table filled with Lua numbers. The table will then be located at the top of the stack. See also the other stack functions.
C/C++
synopsis
simInt simPushDoubleTableOntoStack(simInt stackHandle,const simDouble* values,simInt valueCnt)
C/C++
parameters
stackHandle: a stack handle obtained with simCreateStack.
values: a double-precision array.
valueCnt: the size of the array.
C/C++
return value
-1 in case of an error.
Lua
synopsis
Lua
parameters
Lua
return values
Python
synopsis