Public Member Functions | |
| mixed | Destroy (...) |
| object methods exported to lua | |
| mixed | GetMapW (...) |
| mixed | GetMapH (...) |
| mixed | Load (...) |
| void gStaticBlockLoader:Load(x,y) for lua | |
| mixed | Count (...) |
| iStaticCount = gStaticBlockLoader:Count() for last block loaded by Load() for lua | |
| mixed | GetStatic (...) |
| iTileID,iX,iY,iZ,iHue = gStaticBlockLoader:GetStatic(i) for last block loaded by Load() for lua | |
Static Public Member Functions | |
| static mixed | CreateStaticBlockLoader (...) |
| static mixed | CreateStaticBlockLoaderWithDiff (...) |
| cStaticBlockLoader* CreateStaticBlockLoaderWithDiff (string type,int maph,string sIndexFile,string sDataFile, string sDiffLookup, sDiffIndex, sDiffData); for lua | |
Definition at line 7062 of file lua_pseudo_code.cpp.
| static mixed cStaticBlockLoader_L::CreateStaticBlockLoader | ( | ... | ) | [inline, static] |
static methods exported to lua cStaticBlockLoader* CreateStaticBlockLoader (string type,int maph,string sIndexFile,string sDataFile); for lua
Definition at line 7066 of file lua_pseudo_code.cpp.
| static mixed cStaticBlockLoader_L::CreateStaticBlockLoaderWithDiff | ( | ... | ) | [inline, static] |
cStaticBlockLoader* CreateStaticBlockLoaderWithDiff (string type,int maph,string sIndexFile,string sDataFile, string sDiffLookup, sDiffIndex, sDiffData); for lua
Definition at line 7069 of file lua_pseudo_code.cpp.
| mixed cStaticBlockLoader_L::Destroy | ( | ... | ) | [inline] |
| mixed cStaticBlockLoader_L::GetMapW | ( | ... | ) | [inline] |
Definition at line 7074 of file lua_pseudo_code.cpp.
| mixed cStaticBlockLoader_L::GetMapH | ( | ... | ) | [inline] |
Definition at line 7076 of file lua_pseudo_code.cpp.
| mixed cStaticBlockLoader_L::Load | ( | ... | ) | [inline] |
| mixed cStaticBlockLoader_L::Count | ( | ... | ) | [inline] |
iStaticCount = gStaticBlockLoader:Count() for last block loaded by Load() for lua
Definition at line 7082 of file lua_pseudo_code.cpp.
| mixed cStaticBlockLoader_L::GetStatic | ( | ... | ) | [inline] |
iTileID,iX,iY,iZ,iHue = gStaticBlockLoader:GetStatic(i) for last block loaded by Load() for lua
Definition at line 7085 of file lua_pseudo_code.cpp.
1.5.6