LuaScript Xojo and Real Studio Plugin |
|
LuaScriptContext.Push Method (console safe)
Pushes a Integer value to the stack. This is often used to return values from a function.
Push(
value as Integer)
Parameters
- value
- The value to be pushed onto the stack
Remarks
See Also
LuaScriptContext Class