A function defined in __bbmod_save.gml
bbmod_object_get_property_map(_object, _dest)
Retrieves a map of all serializable properties of an object.
| Name | Type | Description |
|---|---|---|
| _object | Asset.GMObject |
The object to get serializable properties of. |
| _dest | Id.DsMap<String, Struct.BBMOD_Property> |
A map 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 © 2025, BlueBurn. Built on April 12, 2025 using GMDoc.