GodotObject._getPropertyList

Returns the object's property list as an Array of dictionaries. Dictionaries must contain: name:String, type:int (see TYPE_* enum in @GlobalScope) and optionally: hint:int (see PROPERTY_HINT_* in @GlobalScope), hint_string:String, usage:int (see PROPERTY_USAGE_* in @GlobalScope).

struct GodotObject
@nogc nothrow
Array
_getPropertyList
()

Meta