Inherited by luwra::Value< const T >, and luwra::Value< volatile T >.
Static Public Member Functions | |
| static T | read (State *state, int index) |
| static size_t | push (State *state, const T &value) |
User type
|
inlinestatic |
Copy a user type value onto the stack.
| state | Lua state |
| value | Value you want to push |
|
inlinestatic |
Copy a user type value from the stack.
| state | Lua state |
| index | Position of the value |