Jelajahi Sumber

Merge pull request #6326 from atngames/patch-1

Removed an additional 'notify' in the function's name
Max Hilbrunner 2 tahun lalu
induk
melakukan
6a2800e0e0
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      tutorials/scripting/gdscript/gdscript_exports.rst

+ 1 - 1
tutorials/scripting/gdscript/gdscript_exports.rst

@@ -305,7 +305,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:`notify_property_list_changed_notify() <class_Object_method_notify_property_list_changed>`
+:ref:`notify_property_list_changed() <class_Object_method_notify_property_list_changed>`
 after setting the exported variable's value.
 
 Advanced exports