simPushInt64TableOntoStack

Pushes an int64 array onto the stack, as a table filled with Lua numbers. The table will then be located at the top of the stack

C++ synopsis

int simPushInt64TableOntoStack(int stackHandle, const long long int* values, int valueCnt)

Arguments

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

Return

  • -1 in case of an error.


See also: