TrinityCore
VMAP::AreaAndLiquidData::LiquidInfo Struct Reference

#include <IVMapManager.h>

Public Member Functions

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

Public Attributes

uint32 type = 0
 
float level = 0.0f
 

Detailed Description

Definition at line 59 of file IVMapManager.h.

Constructor & Destructor Documentation

◆ LiquidInfo() [1/2]

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

◆ LiquidInfo() [2/2]

VMAP::AreaAndLiquidData::LiquidInfo::LiquidInfo ( uint32  _type,
float  _level 
)
inline

Definition at line 62 of file IVMapManager.h.

Member Data Documentation

◆ level

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

Definition at line 64 of file IVMapManager.h.

◆ type

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

Definition at line 63 of file IVMapManager.h.


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