get_note_info
Retrieve the content of a specific note in a GameMaker project. Provide the project directory and note name to access its content.
Instructions
Get an existing note's content
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| noteName | Yes | Name of the note to inspect | |
| projectDir | Yes | Absolute path to the GameMaker project directory |