- 0 Talk
-
API GetTitleName
Gets the name of the title associated with a title index.
local titleName = GetTitleName(titleId)
Arguments
Edit
- titleId
- Number - The index of the title to get the name of.
Returns
Edit
- titleName
- String - The name of the title.
Example
Edit
local titleId = GetCurrentTitle(); local titleName = GetTitleName(titleId);
Details
Edit
- Introduced in build 20000.