5 lines
168 B
Lua
5 lines
168 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@return integer currentTitle
|
|
---Returns the currently selected player title
|
|
function GetCurrentTitle() end |