Object_GetPropertyList Method |
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 VariantType) entries. Optionally, it can also include hint: int (see PropertyHint), hint_string: String, and usage: int (see PropertyUsageFlags).
Namespace: Godot
public virtual Array _GetPropertyList()
[Missing <returns> documentation for "M:Godot.Object._GetPropertyList"]