diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2023-01-23 15:35:44 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2023-01-23 15:35:44 +0100 |
commit | 11e227884458e1f5661dcd27e846b6996271467e (patch) | |
tree | 7e62636d0e140bc80774c7b9909d2c13cd4474f4 /doc/classes | |
parent | 0927e2cffcbff2980a02f52c21d7faf9b3e5ae84 (diff) | |
parent | 4628736894203d4bb94e157ac011495da5bf8713 (diff) |
Merge pull request #57606 from SaracenOne/update_on_reimport
Update instances of scenes which have been reimported.
Diffstat (limited to 'doc/classes')
-rw-r--r-- | doc/classes/Node.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/classes/Node.xml b/doc/classes/Node.xml index 02fd6dae30..7b27f16d82 100644 --- a/doc/classes/Node.xml +++ b/doc/classes/Node.xml @@ -909,6 +909,9 @@ <constant name="NOTIFICATION_ENABLED" value="29"> Notification received when the node is enabled again after being disabled. See [constant PROCESS_MODE_DISABLED]. </constant> + <constant name="NOTIFICATION_NODE_RECACHE_REQUESTED" value="30"> + Notification received when other nodes in the tree may have been removed/replaced and node pointers may require re-caching. + </constant> <constant name="NOTIFICATION_EDITOR_PRE_SAVE" value="9001"> Notification received right before the scene with the node is saved in the editor. This notification is only sent in the Godot editor and will not occur in exported projects. </constant> |