|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
#include <wmo.h>
Public Member Functions | |
| WMOInstance (MPQFile &f, char const *WmoInstName, uint32 mapID, uint32 tileX, uint32 tileY, FILE *pDirfile) | |
Static Public Member Functions | |
| static void | reset () |
Public Attributes | |
| int | currx |
| int | curry |
| uint32 | d2 |
| uint32 | d3 |
| int | doodadset |
| uint32 | id |
| uint32 | indx |
| std::string | MapName |
| Vec3D | pos |
| Vec3D | pos2 |
| Vec3D | pos3 |
| Vec3D | rot |
| WMOGroup * | wmo |
Static Private Attributes | |
| static std::set< int > | ids |
| WMOInstance::WMOInstance | ( | MPQFile & | f, |
| char const * | WmoInstName, | ||
| uint32 | mapID, | ||
| uint32 | tileX, | ||
| uint32 | tileY, | ||
| FILE * | pDirfile ) |
Definition at line 480 of file wmo.cpp.
References currx, curry, d2, d3, doodadset, fixCoords(), indx, MOD_HAS_BOUND, MOD_WORLDSPAWN, pos, pos2, pos3, MPQFile::read(), rot, szWorkDirWmo, and wmo.
|
static |
| int WMOInstance::currx |
Definition at line 109 of file wmo.h.
Referenced by WMOInstance().
| int WMOInstance::curry |
Definition at line 110 of file wmo.h.
Referenced by WMOInstance().
| uint32 WMOInstance::d2 |
Definition at line 115 of file wmo.h.
Referenced by WMOInstance().
| uint32 WMOInstance::d3 |
Definition at line 115 of file wmo.h.
Referenced by WMOInstance().
| int WMOInstance::doodadset |
Definition at line 112 of file wmo.h.
Referenced by WMOInstance().
| uint32 WMOInstance::indx |
Definition at line 115 of file wmo.h.
Referenced by WMOInstance().
| Vec3D WMOInstance::pos |
Definition at line 113 of file wmo.h.
Referenced by WMOInstance().
| Vec3D WMOInstance::pos2 |
Definition at line 114 of file wmo.h.
Referenced by WMOInstance().
| Vec3D WMOInstance::pos3 |
Definition at line 114 of file wmo.h.
Referenced by WMOInstance().
| Vec3D WMOInstance::rot |
Definition at line 114 of file wmo.h.
Referenced by WMOInstance().
| WMOGroup* WMOInstance::wmo |
Definition at line 111 of file wmo.h.
Referenced by WMOInstance().