Skip to content

Commit

Permalink
Update instances of scenes which have been reimported.
Browse files Browse the repository at this point in the history
  • Loading branch information
SaracenOne authored and fire committed Jul 2, 2022
1 parent a2459c7 commit 8fbbae8
Show file tree
Hide file tree
Showing 7 changed files with 635 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/classes/Node.xml
Original file line number Diff line number Diff line change
Expand Up @@ -880,6 +880,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>
Expand Down
Loading

0 comments on commit 8fbbae8

Please sign in to comment.