Skip to content

Commit

Permalink
Improve Object.get_property_list() method description
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuseap committed Aug 29, 2023
1 parent 541674d commit 6020e34
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/classes/Object.xml
Original file line number Diff line number Diff line change
Expand Up @@ -651,6 +651,7 @@
- [code]hint[/code] is [i]how[/i] the property is meant to be edited (see [enum PropertyHint]);
- [code]hint_string[/code] depends on the hint (see [enum PropertyHint]);
- [code]usage[/code] is a combination of [enum PropertyUsageFlags].
[b]Note:[/b] In GDScript, all class members are treated as properties. In C# and GDExtension, it may be necessary to explicitly mark class members as Godot properties using decorators or attributes.
</description>
</method>
<method name="get_script" qualifiers="const">
Expand Down

0 comments on commit 6020e34

Please sign in to comment.