simPushFloatTableOntoStack

Pushes a float array onto the stack. The table will then be located at the top of the stack

C++ synopsis

int simPushFloatTableOntoStack(int stackHandle, const float* values, int valueCnt)

Arguments

  • stackHandle: stack handle obtained with simCreateStack.
  • values: float array.
  • valueCnt: size of the array.

Return

  • -1 in case of an error.


See also: