8 lines
197 B
Lua
8 lines
197 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
---@meta
|
|
|
|
---@param index number
|
|
---@return string icon
|
|
---Returns the icon for a trainer service
|
|
function GetTrainerServiceIcon(index) end
|