|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
#include "model.h"#include "dbcfile.h"#include "adtfile.h"#include "vmapexport.h"#include <algorithm>#include <stdio.h>Go to the source code of this file.
Functions | |
| void | ExtractGameobjectModels () |
| bool | ExtractSingleModel (std::string &fname) |
Variables | |
| HANDLE | WorldMpq |
| void ExtractGameobjectModels | ( | ) |
Definition at line 44 of file gameobject_extract.cpp.
References DBCFile::begin(), DBCFile::end(), ExtractSingleModel(), ExtractSingleWmo(), FixNameCase(), FixNameSpaces(), GetExtension(), GetPlainName(), model_list, DBCFile::open(), strToLower(), szWorkDirWmo, and WorldMpq.
Referenced by main().
| bool ExtractSingleModel | ( | std::string & | fname | ) |
Definition at line 14 of file gameobject_extract.cpp.
References Model::ConvertToVMAPModel(), FileExists(), FixNameCase(), FixNameSpaces(), GetPlainName(), Model::open(), and szWorkDirWmo.
Referenced by ExtractGameobjectModels(), and ADTFile::init().
|
extern |
Definition at line 49 of file System.cpp.