We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Current description of DS Grids (incorrect because DS grids are not interchangeable with actual arrays):
A DS grid is a type of array with 2 dimensions.
Suggested new description:
A DS grid is a data structure that stores information into points on a 2D rectangular lattice.
https://manual.gamemaker.io/monthly/en/#t=GameMaker_Language%2FGML_Reference%2FData_Structures%2FDS_Grids%2FDS_Grids.htm
The text was updated successfully, but these errors were encountered:
docs(general): Manual Content: DS Grids page should not describe grid…
158ab44
…s as a type of array YoYoGames/GameMaker-Bugs#6860
d0fd5b3
…s as a type of array YoYoGames/GameMaker-Bugs#6860 (cherry picked from commit 158ab44)
Verified fixed in the latest build of the Beta Manual. Thank you.
Sorry, something went wrong.
gurpreetsinghmatharoo
No branches or pull requests
Description
Current description of DS Grids (incorrect because DS grids are not interchangeable with actual arrays):
Suggested new description:
Manual Link
https://manual.gamemaker.io/monthly/en/#t=GameMaker_Language%2FGML_Reference%2FData_Structures%2FDS_Grids%2FDS_Grids.htm
The text was updated successfully, but these errors were encountered: