Inherits LuaC::LuaParam.
Construct the parameter, giving it the value it will be pushing onto the state
- Parameters
-
obj | The object to be pushed into the state |
Push the parameter value on to a Lua state using the pusher function
- Parameters
-
l | The Lua state to push the object onto |
Implements LuaC::LuaParam.
Push the parameter onto a Lua state as a global variable with some name
- Parameters
-
l | Lua state to push onto |
name | Global name to be given to the object |
Implements LuaC::LuaParam.
Get the Lua Param from the top of the Lua Stack Used for retrieving the return value of a Lua function call
- Parameters
-
l | Lua state to get result from |
The documentation for this class was generated from the following file: