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

|
inline |

| const vector3d * LuaVector::GetFromLua | ( | lua_State * | L, |
| int | idx | ||
| ) |

| vector3d * LuaVector::PushNewToLua | ( | lua_State * | L | ) |

|
inline |

|
inline |

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

|
extern |
|
extern |