Public Member Functions | |
| mixed | Destroy (...) |
| object methods exported to lua | |
| mixed | GetCount (...) |
| for lua : int GetCount() | |
| mixed | CreateMaterial (...) |
| for lua : sMatName CreateMaterial (iTexMapID,bHasAlpha,bEnableLighting,bEnableDepthWrite,bPixelExact,pHueLoader=nil,iHue=0) | |
| mixed | ExportToFile (...) |
Static Public Member Functions | |
| static mixed | CreateTexMapLoader (...) |
Definition at line 7026 of file lua_pseudo_code.cpp.
| static mixed cTexMapLoader_L::CreateTexMapLoader | ( | ... | ) | [inline, static] |
static methods exported to lua cTexMapLoader* CreateTexMapLoader (string type,string sIndexFile,string sDataFile); for lua
Definition at line 7030 of file lua_pseudo_code.cpp.
| mixed cTexMapLoader_L::Destroy | ( | ... | ) | [inline] |
| mixed cTexMapLoader_L::GetCount | ( | ... | ) | [inline] |
| mixed cTexMapLoader_L::CreateMaterial | ( | ... | ) | [inline] |
for lua : sMatName CreateMaterial (iTexMapID,bHasAlpha,bEnableLighting,bEnableDepthWrite,bPixelExact,pHueLoader=nil,iHue=0)
Definition at line 7039 of file lua_pseudo_code.cpp.
| mixed cTexMapLoader_L::ExportToFile | ( | ... | ) | [inline] |
for lua : bSuccess ExportToFile (sFilePath,iTexMapID,pHueLoader=nil,iHue=0) exports the texmap to the filepath, e.g. myfile.png, returns true on successs
Definition at line 7043 of file lua_pseudo_code.cpp.
1.5.6