Public Member Functions | |
| mixed | Destroy (...) |
| object methods exported to lua | |
| mixed | CreateBitMask (...) |
| mixed | CreateMaterial (...) |
| matname CreateMaterial (iGumpID,bHasAlpha,pHueLoader,bHue) | |
| mixed | Load (...) |
| void gGumpLoader:Load(id) for lua | |
| mixed | GetSize (...) |
| iWidth,iHeight = gGumpLoader:GetSize() for last chunk loaded by Load() for lua | |
| mixed | ExportToImage (...) |
Static Public Member Functions | |
| static mixed | CreateGumpLoader (...) |
Definition at line 6820 of file lua_pseudo_code.cpp.
| static mixed cGumpLoader_L::CreateGumpLoader | ( | ... | ) | [inline, static] |
static methods exported to lua cGumpLoader* CreateGumpLoader (string type,string sIndexFile,string sDataFile); for lua
Definition at line 6824 of file lua_pseudo_code.cpp.
| mixed cGumpLoader_L::Destroy | ( | ... | ) | [inline] |
| mixed cGumpLoader_L::CreateBitMask | ( | ... | ) | [inline] |
Definition at line 6829 of file lua_pseudo_code.cpp.
| mixed cGumpLoader_L::CreateMaterial | ( | ... | ) | [inline] |
matname CreateMaterial (iGumpID,bHasAlpha,pHueLoader,bHue)
Definition at line 6832 of file lua_pseudo_code.cpp.
| mixed cGumpLoader_L::Load | ( | ... | ) | [inline] |
| mixed cGumpLoader_L::GetSize | ( | ... | ) | [inline] |
iWidth,iHeight = gGumpLoader:GetSize() for last chunk loaded by Load() for lua
Definition at line 6838 of file lua_pseudo_code.cpp.
| mixed cGumpLoader_L::ExportToImage | ( | ... | ) | [inline] |
return true on success loads the gump into a Ogre::Image (lua wrapper : cImage) bSuccess ExportToImage (pImage,iGumpID,pHueLoader=nil,iHue=0)
Definition at line 6843 of file lua_pseudo_code.cpp.
1.5.6