add_object
Create a GameMaker object file and register it in the project. Optionally add event stubs by specifying event types and numbers.
Instructions
Create a GameMaker object .yy file with optional event stubs and register it in the project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| events | No | Array of event definitions to create | |
| objectName | Yes | Name of the object to create | |
| projectDir | Yes | Absolute path to the GameMaker project directory |