-
Notifications
You must be signed in to change notification settings - Fork 75
Scripting Functions
Zorg edited this page May 11, 2024
·
4 revisions
Most of the methods below can throw a particular exception type on failure. When an uncaught error is thrown, your script will be terminated and the error will be logged.
Additionally, your script's finish method is not guaranteed to be called on error or if it's taking too long to finish (e.g, when performing some sort of intensive operation).
See below for a list of functions provided so far.
Searching
- Introduction to Searching
- Data Types
- Storing All Values
- Pointers
- Search Windows
- Pausing Targets
- Web Games
Memory
Debugging
Scripting