Public Member Functions | |
| mixed | Destroy (...) |
| object methods exported to lua | |
| mixed | GetGroundTileType (...) |
| mixed | GetGroundTileTexture (...) |
| mixed | GetEndID (...) |
| the returned id is not valid, some ids right before it might also be not valid | |
| mixed | GetStaticTileType (...) |
Static Public Member Functions | |
| static mixed | CreateTileTypeLoader (...) |
Definition at line 6939 of file lua_pseudo_code.cpp.
| static mixed cTileTypeLoader_L::CreateTileTypeLoader | ( | ... | ) | [inline, static] |
static methods exported to lua cTileTypeLoader* CreateTileTypeLoader (string type,string sDataFile); for lua
Definition at line 6943 of file lua_pseudo_code.cpp.
| mixed cTileTypeLoader_L::Destroy | ( | ... | ) | [inline] |
| mixed cTileTypeLoader_L::GetGroundTileType | ( | ... | ) | [inline] |
Definition at line 6948 of file lua_pseudo_code.cpp.
| mixed cTileTypeLoader_L::GetGroundTileTexture | ( | ... | ) | [inline] |
Definition at line 6950 of file lua_pseudo_code.cpp.
| mixed cTileTypeLoader_L::GetEndID | ( | ... | ) | [inline] |
the returned id is not valid, some ids right before it might also be not valid
Definition at line 6953 of file lua_pseudo_code.cpp.
| mixed cTileTypeLoader_L::GetStaticTileType | ( | ... | ) | [inline] |
Definition at line 6955 of file lua_pseudo_code.cpp.
1.5.6