TrinityCore
Loading...
Searching...
No Matches
DBCFileLoader.h File Reference
#include "Define.h"
#include "Errors.h"
#include "Utilities/ByteConverter.h"
+ Include dependency graph for DBCFileLoader.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  DBCFileLoader
 
class  DBCFileLoader::Record
 

Enumerations

enum  DbcFieldFormat {
  FT_NA = 'x' , FT_NA_BYTE = 'X' , FT_STRING = 's' , FT_FLOAT = 'f' ,
  FT_INT = 'i' , FT_BYTE = 'b' , FT_SORT = 'd' , FT_IND = 'n' ,
  FT_LOGIC = 'l' , FT_SQL_PRESENT = 'p' , FT_SQL_ABSENT = 'a'
}
 

Enumeration Type Documentation

◆ DbcFieldFormat

Enumerator
FT_NA 
FT_NA_BYTE 
FT_STRING 
FT_FLOAT 
FT_INT 
FT_BYTE 
FT_SORT 
FT_IND 
FT_LOGIC 
FT_SQL_PRESENT 
FT_SQL_ABSENT 

Definition at line 25 of file DBCFileLoader.h.