![]() |
AzerothCore 3.3.5a
OpenSource WoW Emulator
|
#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 |
typedef std::array<uint8, 128 * 128> LoadedHeightData::Uint8HeightData::V8Type |
typedef std::array<uint8, 129 * 129> LoadedHeightData::Uint8HeightData::V9Type |
float LoadedHeightData::Uint8HeightData::gridIntHeightMultiplier |
V8Type LoadedHeightData::Uint8HeightData::v8 |
V9Type LoadedHeightData::Uint8HeightData::v9 |