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

Property arrays not documented #10623

Open
JohanAR opened this issue Feb 5, 2025 · 0 comments
Open

Property arrays not documented #10623

JohanAR opened this issue Feb 5, 2025 · 0 comments
Labels
area:class reference Issues and PRs about the class reference, which should be addressed on the Godot engine repository enhancement

Comments

@JohanAR
Copy link
Contributor

JohanAR commented Feb 5, 2025

Your Godot version: latest (4.4)

Issue description: Using the Editor's autocomplete, I discovered that TileSet has a "physics_layers" property which is not mentioned on its documentation page. Looking in the code, it seems like this class has 5 property arrays, none of which are listed - only their corresponding by-index accessing functions are.

Searching for ADD_ARRAY in Godot source, it seems like there are very few classes that have property arrays. BoneMap is another one, and it appears to have the same issue (i.e. its property "bonemap" shows up in editor, but is not mentioned in class reference).

URL to the documentation page:
https://docs.godotengine.org/en/latest/classes/class_bonemap.html
https://docs.godotengine.org/en/latest/classes/class_tileset.html

@tetrapod00 tetrapod00 added enhancement area:class reference Issues and PRs about the class reference, which should be addressed on the Godot engine repository labels Feb 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:class reference Issues and PRs about the class reference, which should be addressed on the Godot engine repository enhancement
Projects
None yet
Development

No branches or pull requests

2 participants