Browse Source

Clarify class_get_method_list() in release exports

(cherry picked from commit 84acafb2ce2116837e31a107c414547cf06b6404)
kobewi 4 years ago
parent
commit
d16f2bddee
1 changed files with 1 additions and 0 deletions
  1. 1 0
      doc/classes/ClassDB.xml

+ 1 - 0
doc/classes/ClassDB.xml

@@ -67,6 +67,7 @@
 			</argument>
 			</argument>
 			<description>
 			<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].
 				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>
 			</description>
 		</method>
 		</method>
 		<method name="class_get_property" qualifiers="const">
 		<method name="class_get_property" qualifiers="const">