Replies: 3 comments 2 replies
-
What do you need this for? Most of the times, it's not necessary to assign before |
Beta Was this translation helpful? Give feedback.
-
This is making me think that the derived class onready should always go after the base class onready. Because the derived class onready can depend on the base onready. But at no point the base class onready can depend on the derived class onready. Is there any case where having the onready of the derived class run after would cause problems? |
Beta Was this translation helpful? Give feedback.
-
The current behavior was considered a bug and fixed for future 4.3: |
Beta Was this translation helpful? Give feedback.
-
Could be a boolean toggle like
@onready(after := false)
Beta Was this translation helpful? Give feedback.
All reactions