classref: Sync with current 3.x branch

This commit is contained in:
Rémi Verschelde
2021-04-07 11:23:16 +02:00
parent 3b76cc3b54
commit 0e2c601163
264 changed files with 4824 additions and 1245 deletions

View File

@@ -112,6 +112,8 @@ Returns an array with the names all the integer constants of ``class`` or its an
Returns an array with all the methods of ``class`` or its ancestry if ``no_inheritance`` is ``false``. Every element of the array is a :ref:`Dictionary<class_Dictionary>` with the following keys: ``args``, ``default_args``, ``flags``, ``id``, ``name``, ``return: (class_name, hint, hint_string, name, type, usage)``.
**Note:** In exported release builds the debug info is not available, so the returned dictionaries will contain only method names.
----
.. _class_ClassDB_method_class_get_property: