AzerothCore 3.3.5a
OpenSource WoW Emulator
Loading...
Searching...
No Matches
VMAP::AreaAndLiquidData::LiquidInfo Struct Reference

#include "IVMapMgr.h"

Public Member Functions

 LiquidInfo (uint32 _type, float _level)
 

Public Attributes

uint32 const type
 
float const level
 

Detailed Description

Constructor & Destructor Documentation

◆ LiquidInfo()

VMAP::AreaAndLiquidData::LiquidInfo::LiquidInfo ( uint32  _type,
float  _level 
)
inline
66 : type(_type), level(_level) {}
float const level
Definition: IVMapMgr.h:68
uint32 const type
Definition: IVMapMgr.h:67

Member Data Documentation

◆ level

float const VMAP::AreaAndLiquidData::LiquidInfo::level

◆ type

uint32 const VMAP::AreaAndLiquidData::LiquidInfo::type