6 lines
361 B
Lua
6 lines
361 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@param table number
|
|
---@param female boolean
|
|
---Fills a table with localized class names keyed by non-localized class tokens. Note that while localized class names have no gender in English, other locales have different names for each gender.
|
|
function FillLocalizedClassList(table, female) end |