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