AzerothCore 3.3.5a
OpenSource WoW Emulator
Loading...
Searching...
No Matches
adt_MFBO Class Reference

#include "adt.h"

Classes

struct  plane
 

Public Member Functions

bool prepareLoadedData ()
 

Public Attributes

uint32 size
 
plane max
 
plane min
 

Private Attributes

union { 
 
   uint32   fcc 
 
   char   fcc_txt [4] 
 
};  
 

Detailed Description

Member Function Documentation

◆ prepareLoadedData()

bool adt_MFBO::prepareLoadedData ( )
162{
163 return fcc == MFBOMagic.fcc;
164}
u_map_fcc MFBOMagic
Definition adt.cpp:32
uint32 fcc
Definition adt.h:331
uint32 fcc
Definition loadlib.h:29

References fcc, u_map_fcc::fcc, and MFBOMagic.

Member Data Documentation

◆ [union]

union { ... } adt_MFBO

◆ fcc

uint32 adt_MFBO::fcc

Referenced by prepareLoadedData().

◆ fcc_txt

char adt_MFBO::fcc_txt[4]

◆ max

plane adt_MFBO::max

◆ min

plane adt_MFBO::min

◆ size

uint32 adt_MFBO::size

The documentation for this class was generated from the following files: