katsaii / catspeak-lang

A cross-platform modding language for GameMaker games.
https://www.katsaii.com/catspeak-lang/
MIT License
81 stars 4 forks source link

Shorthand interface access #94

Closed katsaii closed 9 months ago

katsaii commented 9 months ago

What is your feature request?

Remove the getInterface method on CatspeakEnvironment so the interface variable can be used directly:

Catspeak.interface.exposeFunction(...);

Instead of

Catspeak.getInterface().exposeFunction(...);

Please describe in detail how you expect this new feature to behave.

No response