Skip to content

Commit 1f8fbf7

Browse files
committed
Merge pull request #121825 from enderprism/patch-1
Fix documentation of `Script.get_property_default_value`
2 parents 2d2925f + 5ee7b38 commit 1f8fbf7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

doc/classes/Script.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
<param index="0" name="property" type="StringName" />
5757
<description>
5858
Returns the default value of the specified property.
59+
[b]Note:[/b] In GDScript and C#, this method returns [code]null[/code] outside of editor builds.
5960
</description>
6061
</method>
6162
<method name="get_rpc_config" qualifiers="const">

0 commit comments

Comments
 (0)