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

#include "IVMapMgr.h"

Public Member Functions

 LiquidInfo ()=default
 
 LiquidInfo (uint32 _type, float _level)
 

Public Attributes

uint32 type = 0
 
float level = 0.0f
 

Detailed Description

Constructor & Destructor Documentation

◆ LiquidInfo() [1/2]

VMAP::AreaAndLiquidData::LiquidInfo::LiquidInfo ( )
default

◆ LiquidInfo() [2/2]

VMAP::AreaAndLiquidData::LiquidInfo::LiquidInfo ( uint32  _type,
float  _level 
)
inline
69 : type(_type), level(_level) {}
uint32 type
Definition IVMapMgr.h:70
float level
Definition IVMapMgr.h:71

Member Data Documentation

◆ level

float VMAP::AreaAndLiquidData::LiquidInfo::level = 0.0f

◆ type

uint32 VMAP::AreaAndLiquidData::LiquidInfo::type = 0

The documentation for this struct was generated from the following file: