|
WoW Model Viewer
Your premiere tool for viewing, equipping and animating World of Warcraft models.
|
#include <array>#include <cstdint>#include <string>#include <string_view>Go to the source code of this file.
Namespaces | |
| namespace | AnimMapper |
| Index-based animation name lookup, ported from wow.export's AnimMapper.js. | |
Functions | |
| std::string | AnimMapper::getAnimName (uint32_t animId) |
Variables | |
| static constexpr std::string_view | AnimMapper::ANIM_NAMES [] |
| static constexpr size_t | AnimMapper::ANIM_NAME_COUNT = sizeof(ANIM_NAMES) / sizeof(ANIM_NAMES[0]) |