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.type) entries. Optionally, it can also include hint: int (see propertyhint), hint_string: String, and usage: int (see propertyusageflags).

struct GodotObject
@nogc nothrow const
Array
getPropertyList
()

Meta