![]() |
AzerothCore 3.3.5a
OpenSource WoW Emulator
|
#include "GridTerrainData.h"
Public Types | |
typedef std::array< uint16, 129 *129 > | V9Type |
typedef std::array< uint16, 128 *128 > | V8Type |
Public Attributes | |
V9Type | v9 |
V8Type | v8 |
float | gridIntHeightMultiplier |
typedef std::array<uint16, 128 * 128> LoadedHeightData::Uint16HeightData::V8Type |
typedef std::array<uint16, 129 * 129> LoadedHeightData::Uint16HeightData::V9Type |
float LoadedHeightData::Uint16HeightData::gridIntHeightMultiplier |
V8Type LoadedHeightData::Uint16HeightData::v8 |
V9Type LoadedHeightData::Uint16HeightData::v9 |