Renames / fixes for Godot 4

This commit is contained in:
Max Hilbrunner
2022-10-16 20:36:12 +02:00
parent e12fcc3da4
commit 99d3d0be12
25 changed files with 72 additions and 85 deletions

View File

@@ -341,7 +341,7 @@ Setting exported variables from a tool script
When changing an exported variable's value from a script in
:ref:`doc_gdscript_tool_mode`, the value in the inspector won't be updated
automatically. To update it, call
:ref:`property_list_changed_notify() <class_Object_method_property_list_changed_notify>`
:ref:`notify_property_list_changed() <class_Object_method_notify_property_list_changed>`
after setting the exported variable's value.
Advanced exports