TrinityCore
gameobject_extract.cpp File Reference
#include "adtfile.h"
#include "DB2CascFileSource.h"
#include "Errors.h"
#include "ExtractorDB2LoadInfo.h"
#include "model.h"
#include "StringFormat.h"
#include "vmapexport.h"
#include "VMapDefinitions.h"
#include <CascLib.h>
#include <algorithm>
#include <cstdio>
+ Include dependency graph for gameobject_extract.cpp:

Go to the source code of this file.

Functions

bool ExtractSingleModel (std::string &fname)
 
bool GetHeaderMagic (std::string const &fileName, uint32 *magic)
 
void ExtractGameobjectModels ()
 

Variables

std::shared_ptr< CASC::StorageCascStorage
 

Function Documentation

◆ ExtractGameobjectModels()

void ExtractGameobjectModels ( )

Definition at line 77 of file gameobject_extract.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ ExtractSingleModel()

bool ExtractSingleModel ( std::string &  fname)

Definition at line 30 of file gameobject_extract.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ GetHeaderMagic()

bool GetHeaderMagic ( std::string const &  fileName,
uint32 magic 
)

Definition at line 63 of file gameobject_extract.cpp.

+ Here is the caller graph for this function:

Variable Documentation

◆ CascStorage

std::shared_ptr<CASC::Storage> CascStorage
extern

Definition at line 49 of file System.cpp.