
simPushInt32OntoStack
Description
|
Pushes an int32 value (i.e. a Lua number) onto the stack. The value will then be located at the top of the stack. See also the other stack functions. |
C synopsis
|
simInt simPushInt32OntoStack(simInt stackHandle,simInt value) |
C parameters |
value: the value to push.
|
C return value
|
-1 in case of an error.
|
Lua synopsis
|
- |
Lua parameters |
- |
Lua return values
|
- |
All regular API functions on one page
|