浏览代码

Merge pull request #6617 from jmdejong/patch-6

link to appropriate Object._get() and Object._set() sections
Matthew 2 年之前
父节点
当前提交
ad31850c36
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      tutorials/scripting/gdscript/gdscript_exports.rst

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

@@ -370,8 +370,8 @@ common exporting features which can be implemented with a low-level API.
 
 
 Before reading further, you should get familiar with the way properties are
 Before reading further, you should get familiar with the way properties are
 handled and how they can be customized with
 handled and how they can be customized with
-:ref:`_set() <class_Object_method__get_property_list>`,
-:ref:`_get() <class_Object_method__get_property_list>`, and
+:ref:`_set() <class_Object_method__set>`,
+:ref:`_get() <class_Object_method__get>`, and
 :ref:`_get_property_list() <class_Object_method__get_property_list>` methods as
 :ref:`_get_property_list() <class_Object_method__get_property_list>` methods as
 described in :ref:`doc_accessing_data_or_logic_from_object`.
 described in :ref:`doc_accessing_data_or_logic_from_object`.