AzerothCore 3.3.5a
OpenSource WoW Emulator
|
#include "adt.h"
Classes | |
struct | adt_CELLS |
Public Member Functions | |
bool | prepareLoadedData () |
adt_MCNK * | getMCNK (int x, int y) |
Public Attributes | |
uint32 | size |
struct adt_MCIN::adt_CELLS | cells [ADT_CELLS_PER_GRID][ADT_CELLS_PER_GRID] |
uint32 | fcc |
char | fcc_txt [4] |
Private Attributes | |
union { | |
uint32 fcc | |
char fcc_txt [4] | |
}; | |
|
inline |
References cells.
Referenced by ConvertADT(), and prepareLoadedData().
bool adt_MCIN::prepareLoadedData | ( | ) |
References ADT_CELLS_PER_GRID, cells, fcc, u_map_fcc::fcc, getMCNK(), MCINMagic, and prepareLoadedData().
Referenced by prepareLoadedData().
union { ... } adt_MCIN::@374 |
struct adt_MCIN::adt_CELLS adt_MCIN::cells[ADT_CELLS_PER_GRID][ADT_CELLS_PER_GRID] |
Referenced by getMCNK(), and prepareLoadedData().
uint32 adt_MCIN::fcc |
Referenced by prepareLoadedData().
char adt_MCIN::fcc_txt[4] |
uint32 adt_MCIN::size |