Go to the source code of this file.
|
| void | LuaVector2::Register (lua_State *L) |
| |
| vector2d * | LuaVector2::PushNewToLua (lua_State *L) |
| |
| void | LuaVector2::PushToLua (lua_State *L, const vector2d &v) |
| |
| const vector2d * | LuaVector2::GetFromLua (lua_State *L, int idx) |
| |
| vector2d * | LuaVector2::CheckFromLua (lua_State *L, int idx) |
| |
| void | LuaVector2::PushToLuaF (lua_State *L, const vector2f &v) |
| |
| vector2f | LuaVector2::CheckFromLuaF (lua_State *L, int idx) |
| |
| void | pi_lua_generic_push (lua_State *l, const vector2d &value) |
| |
| void | pi_lua_generic_pull (lua_State *l, int index, vector2d &out) |
| |
| bool | pi_lua_strict_pull (lua_State *l, int index, vector2d &out) |
| |
◆ pi_lua_generic_pull()
| void pi_lua_generic_pull |
( |
lua_State * |
l, |
|
|
int |
index, |
|
|
vector2d & |
out |
|
) |
| |
|
inline |
◆ pi_lua_generic_push()
| void pi_lua_generic_push |
( |
lua_State * |
l, |
|
|
const vector2d & |
value |
|
) |
| |
|
inline |
◆ pi_lua_strict_pull()
| bool pi_lua_strict_pull |
( |
lua_State * |
l, |
|
|
int |
index, |
|
|
vector2d & |
out |
|
) |
| |
|
inline |