Skip to content

References

NamespaceDescription
Client-
Entity-
GameObject-
Gump-
IgnoreList-
Item-
Journal-
Mobile-
Player-
PopupMenu-
Prompt-
Skill-
Target-
enums-
globalThis-

Functions

FunctionDescription
exitExits early from the script execution, useful to bail out based on certain conditions.
logLogs the arguments to the console area below the scripting window.
sleepDelays script execution for a certain number of milliseconds.

Variables

client

ts
const client: Client;

Test


ignoreList

ts
const ignoreList: IgnoreList;

journal

ts
const journal: Journal;

player

ts
const player: Player;

popupMenu

ts
const popupMenu: PopupMenu;

target

ts
const target: Target;