TrinityCore
|
#include <adt.h>
Classes | |
struct | liquid_data |
Public Attributes | |
union { | |
uint32 fcc | |
char fcc_txt [4] | |
}; | |
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] |
union { ... } |
uint8 adt_MCLQ::data[84] |
uint32 adt_MCLQ::fcc |
char adt_MCLQ::fcc_txt[4] |
uint8 adt_MCLQ::flags[ADT_CELL_SIZE][ADT_CELL_SIZE] |
float adt_MCLQ::height1 |
float adt_MCLQ::height2 |
struct adt_MCLQ::liquid_data adt_MCLQ::liquid[ADT_CELL_SIZE+1][ADT_CELL_SIZE+1] |
uint32 adt_MCLQ::size |