5 lines
404 B
Lua
5 lines
404 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@return number numRaces
|
|
---Return the number of different races (branches) in Archeology. As of the Warlords of Draenor expansion, these are the valid race IDs: Dwarf Draenei Fossil Night Elf Nerubian Orc Tol'vir Troll Vrykul Mantid Pandaren Mogu Arakkoa Draenor Clans Ogre
|
|
function GetNumArchaeologyRaces() end |