You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tutorials/scripting/gdscript/gdscript_basics.rst
+14-33Lines changed: 14 additions & 33 deletions
Original file line number
Diff line number
Diff line change
@@ -1535,49 +1535,30 @@ self
1535
1535
1536
1536
``self`` can be used to refer to the current instance and is often equivalent to directly referring to symbols available in
1537
1537
the current script. However, ``self`` also allows you to access properties, methods, and other names that are defined dynamically
1538
-
(i.e. are expected to exist in subtypes of the current class, or are provided using :ref:`_set() <class_Object_private_method__set>` and :ref:`_get() <class_Object_private_method__get>`).
1538
+
(i.e. are expected to exist in subtypes of the current class, or are provided using :ref:`_set() <class_Object_private_method__set>`
0 commit comments