#include <oski/lua.h>
#include <lua/include/lua.h>
#include <lua/include/lualib.h>
#include <lua/include/lauxlib.h>
Functions | |
| oski_matlua_t * | oski_GetStackLuaMat (lua_State *L, int stack_pos) |
| Examines the item at the specified position on the stack, and returns the object there if it is a OLUA_MAT object, or returns NULL otherwise. | |
| oski_matlua_t * | oski_PushEmptyLuaMat (lua_State *L) |
| Executes a OSKI-Lua call to OLUA_MAT.new(), and leaves the result on the stack. | |
1.4.6