Project SkyFire Core
SkyFire 5.4.8 server core API documentation
Loading...
Searching...
No Matches
vmapexport.h File Reference
#include <string>
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

void ExtractGameobjectModels ()
bool ExtractSingleModel (std::string &fname)
bool ExtractSingleWmo (std::string &fname)
bool FileExists (const char *file)
void strToLower (char *str)

Variables

const char * szRawVMAPMagic
const char * szWorkDirWmo

Enumeration Type Documentation

◆ ModelFlags

enum ModelFlags
Enumerator
MOD_M2 
MOD_WORLDSPAWN 
MOD_HAS_BOUND 

Definition at line 11 of file vmapexport.h.

Function Documentation

◆ ExtractGameobjectModels()

◆ ExtractSingleModel()

bool ExtractSingleModel ( std::string & fname)

◆ ExtractSingleWmo()

◆ FileExists()

bool FileExists ( const char * file)

Definition at line 234 of file vmapexport.cpp.

Referenced by ExtractSingleWmo(), and ReadLiquidTypeTableDBC().

◆ strToLower()

void strToLower ( char * str)

Definition at line 244 of file vmapexport.cpp.

Referenced by ExtractGameobjectModels().

Variable Documentation

◆ szRawVMAPMagic

const char* szRawVMAPMagic
extern

Definition at line 116 of file vmapexport.cpp.

Referenced by Model::ConvertToVMAPModel(), and WMORoot::ConvertToVMAPRootWmo().

◆ szWorkDirWmo