diff options
author | Chris Cranford <chris@hibernate.org> | 2024-04-19 13:51:28 -0400 |
---|---|---|
committer | Chris Cranford <chris@hibernate.org> | 2024-04-19 13:51:28 -0400 |
commit | fdf31011a5014a48ffcc204d35082c5bae003232 (patch) | |
tree | edb0a00c137e86fbe6924ac671d6fc1712bf8f60 /doc/classes/ClassDB.xml | |
parent | f47f4a02c87bb701452a621d254ad30c7be84faa (diff) | |
download | redot-engine-fdf31011a5014a48ffcc204d35082c5bae003232.tar.gz |
Expose ClassDB::class_get_property_default_value method
Diffstat (limited to 'doc/classes/ClassDB.xml')
-rw-r--r-- | doc/classes/ClassDB.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/classes/ClassDB.xml b/doc/classes/ClassDB.xml index 3f71406091..fa430c0a83 100644 --- a/doc/classes/ClassDB.xml +++ b/doc/classes/ClassDB.xml @@ -91,6 +91,14 @@ Returns the value of [param property] of [param object] or its ancestry. </description> </method> + <method name="class_get_property_default_value" qualifiers="const"> + <return type="Variant" /> + <param index="0" name="class" type="StringName" /> + <param index="1" name="property" type="StringName" /> + <description> + Returns the default value of [param property] of [param class] or its ancestor classes. + </description> + </method> <method name="class_get_property_list" qualifiers="const"> <return type="Dictionary[]" /> <param index="0" name="class" type="StringName" /> |