Gut icon indicating copy to clipboard operation
Gut copied to clipboard

Doubles and other auto-super-called methods

Open bitwes opened this issue 5 years ago • 1 comments

Look into the other methods that always call super (such as _ready) and assess how they work with doubles. There could be some weird edge case gotchas hiding in there.

bitwes avatar Jun 03 '20 14:06 bitwes

There doesn't appear to be a list but the documentation for Node has a lot of methods that say something like Corresponds to the NOTIFICATION_ENTER_TREE notification in Object._notification. It would make sense that these are the methods that are always called on super. It doesn't include _init, but this might be true any "_" method on anything above Object.

bitwes avatar Jun 03 '20 15:06 bitwes

I think all this has been covered in other issues and documentation.

bitwes avatar Jan 16 '24 19:01 bitwes