mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-03 05:48:42 +03:00
Add inheritance path
Also fix parsing of [method (Class.)name]
This commit is contained in:
@@ -5,6 +5,9 @@ Array
|
||||
|
||||
**Category:** Built-In Types
|
||||
|
||||
Brief Description
|
||||
-----------------
|
||||
|
||||
Generic array datatype.
|
||||
|
||||
Member Functions
|
||||
@@ -74,7 +77,7 @@ Member Function Description
|
||||
|
||||
- void **append** **(** var value **)**
|
||||
|
||||
Append an element at the end of the array (alias of :ref:`push_back<Array_push_back>`).
|
||||
Append an element at the end of the array (alias of :ref:`push_back<class_Array_push_back>`).
|
||||
|
||||
.. _class_Array_clear:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user