Home API Manuals About Forum
Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

CharTitle

Returns the Char Title.

If there is no connection to the UO server - returns empty string.

Pascal

function CharTitle:String

Python

CharTitle()

Example:

if(CharTitle = 'Alex, Grandmaster Alchemist') then
begin
  '' Do something
end;