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

GetClilocByID

Returns the cliloc string.

Returns empty string if character disconnected, or no UO Data files loaded.

Params:

ClilocID : ID of Cliloc (NOT Object ID).

Params : DWS only Array of Strings to insert into special params places in Cliloc string.

Pascal Script:

function GetClilocByID(ClilocID : Cardinal) : String;

DWS:

function GetClilocByID(ClilocID : Cardinal; Params : TArray<String> = []) : String;

Python:

def GetClilocByID(ClilocID) --> String