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

CharName

Returns the Char Name.

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

Pascal

function CharName:String

Python

CharName()

Example:

if(CharName = 'MyChar') then
begin
  '' Do something
end;