godotengine / godotengine/godot-docs
Indicate when setters are called
Open
enhancement
- Dominant language
- reStructuredText
- Stars
- 5.7k
- Forks
- 3.8k
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 25
Description
**Your Godot version:** v4.1.2.stable.official [399c9dc39]
**Issue description:**
I think that we should add that this is the order of calls: `_init > getters > setters > _enter_tree > _ready`.
So inner children whose properties are exported through its parent and have a setter, must be instantiated on `_init`.
**URL to the documentation page (if already existing):** https://docs.godotengine.org/en/stable/tutorials/scripting/gdscript/gdscript_basics.html#properties-setters-and-getters
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.