Function GodotObject._getPropertyList
Virtual method which can be overridden to customize the return value of getPropertyList
.
Returns the object's property list as an Array
of dictionaries.
Each property's Dictionary
must 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
).