References
Namespace | Description |
---|---|
Client | - |
Entity | - |
GameObject | - |
Gump | - |
IgnoreList | - |
Item | - |
Journal | - |
Mobile | - |
Player | - |
PopupMenu | - |
Prompt | - |
Skill | - |
Target | - |
globalThis | - |
enums | - |
Functions
Function | Description |
---|---|
exit | Exits early from the script execution, useful to bail out based on certain conditions. |
log | Logs the arguments to the console area below the scripting window. |
sleep | Delays script execution for a certain number of milliseconds. |
Variables
client
ts
const client: Client;
client
is the main object to use for interacting with the ClassicUO client and the client world.