godotengine / godotengine/godot-docs
Property arrays not documented
- Dominant language
- reStructuredText
- Stars
- 5.7k
- Forks
- 3.8k
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 25
Description
**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
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.