A function defined in __bbmod_save.gml
bbmod_object_get_property_array(_object, _dest)
Retrieves an array of all serializable properties of an object.
Name | Type | Description |
---|---|---|
_object | Asset.GMObject |
The object to get serializable properties of. |
_dest | Array<Struct.BBMOD_Property> |
An array to store the properties to. It is not automatically cleared before the properties are added! |
Real
Number of serializable properties that the object has.
Copyright © 2024, BlueBurn. Built on September 07, 2024 using GMDoc.