AurieFramework / YYToolkit

The definitive internal modding tool for GameMaker games
GNU Affero General Public License v3.0
72 stars 10 forks source link

commands #29

Closed SCREAMINGDUCK closed 2 years ago

SCREAMINGDUCK commented 2 years ago

what are the commands (if there are any)

Archie-osu commented 2 years ago

Console commands are simple GML function calls. Things like strings and numbers are resolved automatically, and output is given through the console.

The major not-yet-supported things are arrays.

Archie-osu commented 2 years ago

No input for seven days, closing.