Public Member Functions | |
| mixed | Destroy (...) |
| object methods exported to lua | |
| mixed | CreateBitMask (...) |
| mixed | CreateMaterial (...) |
| mixed | ExportToFile (...) |
| mixed | ExportToImage (...) |
| mixed | GetCount (...) |
| int gArtMapLoader:GetCount() for lua | |
| mixed | Load (...) |
| void gArtMapLoader:Load(id) for lua | |
| mixed | GetSize (...) |
| iWidth,iHeight = gArtMapLoader:GetSize() for last chunk loaded by Load() for lua | |
| mixed | SearchCursorHotspot (...) |
| iX,iY = gArtMapLoader:SearchCursorHotspot() for last chunk loaded by Load() for lua | |
Static Public Member Functions | |
| static mixed | CreateArtMapLoader (...) |
Definition at line 6958 of file lua_pseudo_code.cpp.
| static mixed cArtMapLoader_L::CreateArtMapLoader | ( | ... | ) | [inline, static] |
static methods exported to lua cArtMapLoader* CreateArtMapLoader (string type,string sIndexFile,string sDataFile); for lua
Definition at line 6962 of file lua_pseudo_code.cpp.
| mixed cArtMapLoader_L::Destroy | ( | ... | ) | [inline] |
| mixed cArtMapLoader_L::CreateBitMask | ( | ... | ) | [inline] |
Definition at line 6967 of file lua_pseudo_code.cpp.
| mixed cArtMapLoader_L::CreateMaterial | ( | ... | ) | [inline] |
Definition at line 6969 of file lua_pseudo_code.cpp.
| mixed cArtMapLoader_L::ExportToFile | ( | ... | ) | [inline] |
for lua : bSuccess ExportToFile (sFilePath,iArtMapID,pHueLoader=nil,iHue=0) exports the artmap to the filepath, e.g. myfile.png, returns true on successs
Definition at line 6973 of file lua_pseudo_code.cpp.
| mixed cArtMapLoader_L::ExportToImage | ( | ... | ) | [inline] |
return true on success loads the artmap into a Ogre::Image (lua wrapper : cImage) bSuccess ExportToImage (pImage,iArtMapID,pHueLoader=nil,iHue=0)
Definition at line 6978 of file lua_pseudo_code.cpp.
| mixed cArtMapLoader_L::GetCount | ( | ... | ) | [inline] |
| mixed cArtMapLoader_L::Load | ( | ... | ) | [inline] |
| mixed cArtMapLoader_L::GetSize | ( | ... | ) | [inline] |
iWidth,iHeight = gArtMapLoader:GetSize() for last chunk loaded by Load() for lua
Definition at line 6987 of file lua_pseudo_code.cpp.
| mixed cArtMapLoader_L::SearchCursorHotspot | ( | ... | ) | [inline] |
iX,iY = gArtMapLoader:SearchCursorHotspot() for last chunk loaded by Load() for lua
Definition at line 6990 of file lua_pseudo_code.cpp.
1.5.6