summaryrefslogtreecommitdiff
path: root/doc/classes/ClassDB.xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/classes/ClassDB.xml')
-rw-r--r--doc/classes/ClassDB.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/ClassDB.xml b/doc/classes/ClassDB.xml
index 5f39fc48e0..b4f98c6c5f 100644
--- a/doc/classes/ClassDB.xml
+++ b/doc/classes/ClassDB.xml
@@ -78,7 +78,7 @@
<argument index="1" name="no_inheritance" type="bool" default="false" />
<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.
+ [b]Note:[/b] 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">