cArtMapLoader_L Class Reference

List of all members.

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 (...)


Detailed Description

Definition at line 6958 of file lua_pseudo_code.cpp.


Member Function Documentation

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]

object methods exported to lua

Definition at line 6965 of file lua_pseudo_code.cpp.

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]

int gArtMapLoader:GetCount() for lua

Definition at line 6981 of file lua_pseudo_code.cpp.

mixed cArtMapLoader_L::Load (   ...  )  [inline]

void gArtMapLoader:Load(id) for lua

Definition at line 6984 of file lua_pseudo_code.cpp.

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.


The documentation for this class was generated from the following file:

Generated on Fri Mar 29 05:41:09 2013 for lua by  doxygen 1.5.6