bbmod_object_get_property_map

A function defined in __bbmod_save.gml

bbmod_object_get_property_map(_object, _dest)

Description

Retrieves a map of all serializable properties of an object.

Arguments

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!

Returns

Real Number of serializable properties that the object has.

Do you find this page helpful?

Copyright © 2024, BlueBurn. Built on January 21, 2024 using GMDoc.