Browse Source

Merge pull request #3773 from Calinou/object-class-seealso-classref

Link to the Object class reference on the Object class page
Rémi Verschelde 5 years ago
parent
commit
acd6739550
1 changed files with 5 additions and 0 deletions
  1. 5 0
      development/cpp/object_class.rst

+ 5 - 0
development/cpp/object_class.rst

@@ -3,6 +3,11 @@
 Object class
 Object class
 ============
 ============
 
 
+.. seealso::
+
+    This page describes the C++ implementation of objects in Godot.
+    Looking for the Object class reference? :ref:`Have a look here. <class_Object>`
+
 General definition
 General definition
 ------------------
 ------------------