-
Notifications
You must be signed in to change notification settings - Fork 0
Scriptor Contents
Once you have included the gml-scriptor.yymps file in your project or created a new project using the gml-raptor-pro template, you will find a folder named gml-scriptor within the _gml_raptor_packages_ directory in the asset browser:

All files are prefixed with either Scriptor (for classes) or scriptor_ (for global functions) to minimize the risk of name-clashes with your project.
There are only two files you will directly interact with:
-
Scriptor(the main class) -
ScriptorGmlin case you need to extend the availablegmlfunctions (see Call a gml Function)
Since scriptor is a raptor-pro component, you also gain access to two modules:
- The
raptormodule and - The
loggermodule
Both modules provide additional Raptor functionality that can be used within your scripts.
You can create and integrate as many custom modules as you like. Learn more in Create Your Own Modules.
Back to Repo ● Wiki Home
Copyright © coldrock.games
- Home
- Scriptor Contents
- Scriptor Configuration
- Notepad⁺⁺ Integration
- Create a Script
- $ Variables
- Call a GML Function
- Scriptor global functions
- #-Commands
- The Scriptor Broker
- Broker Events
- Self-Registering Scripts
- Registering Broker Events
- Scriptor Broker File Format
- Extending Scriptor
- var
- new
- goto
- gosub and return
- return (without gosub)
- call
- reset
- Loops
- Conditionals