AzerothCore 3.3.5a
OpenSource WoW Emulator
|
#include "adt.h"
Classes | |
struct | liquid_data |
Public Member Functions | |
bool | prepareLoadedData () |
Public Attributes | |
uint32 | size |
float | height1 |
float | height2 |
struct adt_MCLQ::liquid_data | liquid [ADT_CELL_SIZE+1][ADT_CELL_SIZE+1] |
uint8 | flags [ADT_CELL_SIZE][ADT_CELL_SIZE] |
uint8 | data [84] |
uint32 | fcc |
char | fcc_txt [4] |
Private Attributes | |
union { | |
uint32 fcc | |
char fcc_txt [4] | |
}; | |
bool adt_MCLQ::prepareLoadedData | ( | ) |
References fcc, u_map_fcc::fcc, and MCLQMagic.
union { ... } adt_MCLQ::@362 |
uint8 adt_MCLQ::data[84] |
uint32 adt_MCLQ::fcc |
Referenced by prepareLoadedData().
char adt_MCLQ::fcc_txt[4] |
uint8 adt_MCLQ::flags[ADT_CELL_SIZE][ADT_CELL_SIZE] |
Referenced by ConvertADT().
float adt_MCLQ::height1 |
float adt_MCLQ::height2 |
struct adt_MCLQ::liquid_data adt_MCLQ::liquid[ADT_CELL_SIZE + 1][ADT_CELL_SIZE + 1] |
Referenced by ConvertADT().
uint32 adt_MCLQ::size |