Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for member method calls to the compiler #564

Closed
krzys-h opened this issue Sep 21, 2021 · 1 comment
Closed

Add support for member method calls to the compiler #564

krzys-h opened this issue Sep 21, 2021 · 1 comment
Labels
compiler Problems with the compiler enhancement New feature or request

Comments

@krzys-h
Copy link
Member

krzys-h commented Sep 21, 2021

After #561 is merged, calling global scripts should still work, but calling member functions (e.g. something.method()) is not supported yet.

For a code sample, see gml_Object_obj_darkfountain_Draw_0 in DRCh2.

@krzys-h krzys-h added enhancement New feature or request compiler Problems with the compiler labels Sep 21, 2021
@colinator27
Copy link
Member

Implemented in #2056, which should be merged at some point soon after testing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compiler Problems with the compiler enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants