|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
#include <wmo.h>
Public Member Functions | |
| bool | ConvertToVMAPRootWmo (FILE *output) |
| bool | open () |
| WMORoot (std::string &filename) | |
| ~WMORoot () | |
Public Attributes | |
| float | bbcorn1 [3] |
| float | bbcorn2 [3] |
| unsigned int | col |
| uint32 | liquidType |
| uint32 | nDoodads |
| uint32 | nDoodadSets |
| uint32 | nGroups |
| uint32 | nLights |
| uint32 | nModels |
| uint32 | nP |
| uint32 | nTextures |
| uint32 | RootWMOID |
Private Attributes | |
| std::string | filename |
| WMORoot::WMORoot | ( | std::string & | filename | ) |
| bool WMORoot::ConvertToVMAPRootWmo | ( | FILE * | output | ) |
Definition at line 116 of file wmo.cpp.
References nGroups, RootWMOID, and szRawVMAPMagic.
Referenced by ExtractSingleWmo().
| bool WMORoot::open | ( | ) |
Definition at line 31 of file wmo.cpp.
References bbcorn1, bbcorn2, MPQFile::close(), col, filename, flipcc(), MPQFile::getPos(), MPQFile::isEof(), liquidType, nDoodads, nDoodadSets, nGroups, nLights, nModels, nP, nTextures, MPQFile::read(), RootWMOID, MPQFile::seek(), and WorldMpq.
Referenced by ExtractSingleWmo().
|
private |
| uint32 WMORoot::liquidType |
Definition at line 38 of file wmo.h.
Referenced by WMOGroup::ConvertToVMAPGroupWmo(), open(), and WMORoot().
| uint32 WMORoot::nDoodadSets |
| uint32 WMORoot::nGroups |
Definition at line 38 of file wmo.h.
Referenced by ConvertToVMAPRootWmo(), ExtractSingleWmo(), open(), and WMORoot().
| uint32 WMORoot::RootWMOID |
Definition at line 38 of file wmo.h.
Referenced by ConvertToVMAPRootWmo(), open(), and WMORoot().