![]() |
TrinityCore
|
Include dependency graph for vmapexport.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Enumerations | |
| enum | ModelFlags { MOD_M2 = 1 , MOD_WORLDSPAWN = 1<<1 , MOD_HAS_BOUND = 1<<2 } |
Functions | |
| uint32 | GenerateUniqueObjectId (uint32 clientId, uint16 clientDoodadId) |
| bool | FileExists (const char *file) |
| void | strToLower (char *str) |
| bool | ExtractSingleWmo (std::string &fname) |
| bool | ExtractSingleModel (std::string &fname) |
| void | ExtractGameobjectModels () |
Variables | |
| const char * | szWorkDirWmo |
| std::unordered_map< std::string, WMODoodadData > | WmoDoodads |
| enum ModelFlags |
| Enumerator | |
|---|---|
| MOD_M2 | |
| MOD_WORLDSPAWN | |
| MOD_HAS_BOUND | |
Definition at line 25 of file vmapexport.h.
| void ExtractGameobjectModels | ( | ) |
Definition at line 58 of file gameobject_extract.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| bool ExtractSingleModel | ( | std::string & | fname | ) |
Definition at line 26 of file gameobject_extract.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| bool ExtractSingleWmo | ( | std::string & | fname | ) |
Definition at line 85 of file vmapexport.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| bool FileExists | ( | const char * | file | ) |
| void strToLower | ( | char * | str | ) |
Definition at line 76 of file vmapexport.cpp.
|
extern |
Definition at line 55 of file vmapexport.cpp.
|
extern |
Definition at line 50 of file vmapexport.cpp.