AzerothCore 3.3.5a
OpenSource WoW Emulator
Loading...
Searching...
No Matches
LoadedHeightData::Uint8HeightData Struct Reference

#include "GridTerrainData.h"

Public Types

typedef std::array< uint8, 129 *129 > V9Type
 
typedef std::array< uint8, 128 *128 > V8Type
 

Public Attributes

V9Type v9
 
V8Type v8
 
float gridIntHeightMultiplier
 

Detailed Description

Member Typedef Documentation

◆ V8Type

typedef std::array<uint8, 128 * 128> LoadedHeightData::Uint8HeightData::V8Type

◆ V9Type

typedef std::array<uint8, 129 * 129> LoadedHeightData::Uint8HeightData::V9Type

Member Data Documentation

◆ gridIntHeightMultiplier

float LoadedHeightData::Uint8HeightData::gridIntHeightMultiplier

◆ v8

V8Type LoadedHeightData::Uint8HeightData::v8

◆ v9

V9Type LoadedHeightData::Uint8HeightData::v9

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