![]() |
Pioneer
|
Functions | |
| void | Register (lua_State *L) |
| vector2d * | PushNewToLua (lua_State *L) |
| void | PushToLua (lua_State *L, const vector2d &v) |
| const vector2d * | GetFromLua (lua_State *L, int idx) |
| vector2d * | CheckFromLua (lua_State *L, int idx) |
| void | PushToLuaF (lua_State *L, const vector2f &v) |
| vector2f | CheckFromLuaF (lua_State *L, int idx) |
Variables | |
| const char | LibName [] = "Vector2" |
| const char | TypeName [] = "Vector2" |
| vector2d * LuaVector2::CheckFromLua | ( | lua_State * | L, |
| int | idx | ||
| ) |

|
inline |

| const vector2d * LuaVector2::GetFromLua | ( | lua_State * | L, |
| int | idx | ||
| ) |

| vector2d * LuaVector2::PushNewToLua | ( | lua_State * | L | ) |

|
inline |

|
inline |

| void LuaVector2::Register | ( | lua_State * | L | ) |

|
extern |
|
extern |