ObjectGetPropertyList Method |
Returns the object's property list as an Array of dictionaries.
Each property's Dictionary 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 Array GetPropertyList()
[Missing <returns> documentation for "M:Godot.Object.GetPropertyList"]