|

simPushInt32TableOntoStack
|
Description
|
Pushes an int32 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 synopsis
|
simInt simPushInt32TableOntoStack(simInt stackHandle,const simInt* values,simInt valueCnt) |
| C parameters |
values: an int32 array.
valueCnt: the size of the array.
|
|
C return value
|
-1 in case of an error.
|
|
Lua synopsis
|
- |
| Lua parameters |
- |
|
Lua return values
|
- |
All regular API functions on one page
|