Function GodotObject.getPropertyList
Returns the object's property list as an Array
of dictionaries.
Each property's Dictionary
contain at least name: String
and type: int
(see Variant
) entries. Optionally, it can also include hint: int
(see propertyhint
), hint_string: String
, and usage: int
(see propertyusageflags
).