Skip to content

Commit

Permalink
Merge pull request #81093 from mateuseap/docs/objectClassReference
Browse files Browse the repository at this point in the history
Improve `Object.get_property_list()` method description
  • Loading branch information
akien-mga committed Aug 29, 2023
2 parents 571aa7f + 6020e34 commit 8dfd9d3
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 @@ -704,6 +704,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 8dfd9d3

Please sign in to comment.