summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <remi@verschelde.fr>2021-01-07 10:37:07 +0100
committerGitHub <noreply@github.com>2021-01-07 10:37:07 +0100
commit2e1abfb90f05c04c0f8f7b03193f2ca6f9687110 (patch)
treeb9ddce85b599e51f4aaf5eed5fdb8606baf68d4a
parent6583ac32ce068dc54bef590c7ff5fa7fee7b279f (diff)
parent84acafb2ce2116837e31a107c414547cf06b6404 (diff)
Merge pull request #44983 from KoBeWi/only_the_names
Clarify class_get_method_list() in release exports
-rw-r--r--doc/classes/ClassDB.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/classes/ClassDB.xml b/doc/classes/ClassDB.xml
index 2a6a2ddd91..860bdc7c8f 100644
--- a/doc/classes/ClassDB.xml
+++ b/doc/classes/ClassDB.xml
@@ -67,6 +67,7 @@
</argument>
<description>
Returns an array with all the methods of [code]class[/code] or its ancestry if [code]no_inheritance[/code] is [code]false[/code]. Every element of the array is a [Dictionary] with the following keys: [code]args[/code], [code]default_args[/code], [code]flags[/code], [code]id[/code], [code]name[/code], [code]return: (class_name, hint, hint_string, name, type, usage)[/code].
+ [b]Note:[/code] In exported release builds the debug info is not available, so the returned dictionaries will contain only method names.
</description>
</method>
<method name="class_get_property" qualifiers="const">