![]() |
Pioneer
|
Functions | |
| void | Register (lua_State *L) |
| void | PushToLua (lua_State *L, const fixed &v) |
| const fixed * | GetFromLua (lua_State *L, int idx) |
| const fixed * | CheckFromLua (lua_State *L, int idx) |
Variables | |
| const char | LibName [] = "fixed" |
| const char | TypeName [] = "fixed" |
| const fixed * LuaFixed::CheckFromLua | ( | lua_State * | L, |
| int | idx | ||
| ) |
| const fixed * LuaFixed::GetFromLua | ( | lua_State * | L, |
| int | idx | ||
| ) |
| void LuaFixed::PushToLua | ( | lua_State * | L, |
| const fixed & | v | ||
| ) |
| void LuaFixed::Register | ( | lua_State * | L | ) |
|
extern |
|
extern |