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

enh(gml) Add additional keywords #2984

Closed
wants to merge 1 commit into from
Closed

enh(gml) Add additional keywords #2984

wants to merge 1 commit into from

Conversation

xDGameStudios
Copy link
Contributor

@xDGameStudios xDGameStudios commented Feb 1, 2021

added some keywords and methods from up until v2.3.1

Changes

added some keywords and methods to GML syntax from up until v2.3.1

Checklist

  • Added markup tests, or they don't apply here because...
  • Updated the changelog at CHANGES.md
  • Added myself to AUTHORS.txt, under Contributors

added some keywords and methods from up until v2.3.1
@joshgoebel
Copy link
Member

Please finish the PR checklist - and test typically aren't required for keyword only changes.

Copy link
Member

@joshgoebel joshgoebel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. Please add changelog entry.

Copy link
Member

@joshgoebel joshgoebel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. Please add changelog entry.

'variable_global_exists variable_global_get variable_global_set ' +
'globalvar enum function constructor delete #macro #region #endregion',
built_in: 'is_real is_string is_array is_undefined is_int32 is_int64 is_ptr ' +
'is_vec3 is_vec4 is_matrix is_bool is_method is_struct is_infinity is_nan' +
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing space at end of line.

@joshgoebel joshgoebel changed the title Update gml.js enh(gml) Add additional keywords Feb 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants