-
Notifications
You must be signed in to change notification settings - Fork 8
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
Code Editor: array_contains_ext()'s "matchall" is optional in documentation, but GM expects it #4973
Comments
The manual is correct and the GMLSpec file for Feather appears correct also. However, the fnames file used by Syntax Errors (if Feather is disabled) does not think it's optional, so we'll fix that. |
array_contains_ext()
- "matchall" is "optional" in documentation, but GM expects it
The problem is in |
@YYDan thanks! I still think it should be specified in the documentation whether |
…n documentation, but GM expects it YoYoGames/GameMaker-Bugs#4973 * Added the default value (false) to matchAll parameter description * Linked to Offset and Length section on Array Functions page again (somehow this link can get lost for cross-references)
Documented the default value of |
Thank you! |
Verified as of IDE v2024.400.0.533 Runtime v2024.400.0.552 |
Description
The page for
array_contains_ext()
lists the "matchall" argument as optional, but GM will show a warning if it's not included. The game will still work even without it though!The documentation also doesn't specify the default value of "matchall" if it's not included:
Manual Link
https://manual.gamemaker.io/monthly/en/GameMaker_Language/GML_Reference/Variable_Functions/array_contains_ext.htm
The text was updated successfully, but these errors were encountered: