Public Member Functions | |
| mixed | Destroy (...) |
| object methods exported to lua | |
| mixed | CreateBitMask (...) |
| bitmask CreateBitMask (iRealID,iFrame) | |
| mixed | GetRealIDCount (...) |
| mixed | GetNumberOfFrames (...) |
| mixed | DebugGetFrameInfos (...) |
| int DebugGetFrameInfos (iRealID,iFrameNum) | |
| mixed | DebugGetIndex (...) |
| int DebugGetIndex (iRealID) | |
| mixed | DebugDumpIndex (...) |
| int DebugDumpIndex (iRealID) | |
| mixed | ExportToImage (...) |
| mixed | CreateMaterial (...) |
| mixed | GetAnimType (...) |
Static Public Member Functions | |
| static mixed | CreateAnimLoader (...) |
| static methods exported to lua | |
Definition at line 6900 of file lua_pseudo_code.cpp.
| static mixed cAnimLoader_L::CreateAnimLoader | ( | ... | ) | [inline, static] |
| mixed cAnimLoader_L::Destroy | ( | ... | ) | [inline] |
| mixed cAnimLoader_L::CreateBitMask | ( | ... | ) | [inline] |
| mixed cAnimLoader_L::GetRealIDCount | ( | ... | ) | [inline] |
returns the number of valid realids on success int GetRealIDCount ()
Definition at line 6913 of file lua_pseudo_code.cpp.
| mixed cAnimLoader_L::GetNumberOfFrames | ( | ... | ) | [inline] |
returns iFrameNum on success int GetNumberOfFrames (iRealID)
Definition at line 6917 of file lua_pseudo_code.cpp.
| mixed cAnimLoader_L::DebugGetFrameInfos | ( | ... | ) | [inline] |
| mixed cAnimLoader_L::DebugGetIndex | ( | ... | ) | [inline] |
| mixed cAnimLoader_L::DebugDumpIndex | ( | ... | ) | [inline] |
| mixed cAnimLoader_L::ExportToImage | ( | ... | ) | [inline] |
return true on success loads an anim frame into a Ogre::Image (lua wrapper : cImage) for the crazy magics involved behind the name iRealID, see Anim_GetRealID in lib.uoanim.lua bSuccess ExportToImage (pImage,iRealID,iFrame,pHueLoader=nil,iHue=0)
Definition at line 6932 of file lua_pseudo_code.cpp.
| mixed cAnimLoader_L::CreateMaterial | ( | ... | ) | [inline] |
Definition at line 6934 of file lua_pseudo_code.cpp.
| mixed cAnimLoader_L::GetAnimType | ( | ... | ) | [inline] |
Definition at line 6936 of file lua_pseudo_code.cpp.
1.5.6