bbmod_object_add_path
A function defined in __bbmod_save.gml
bbmod_object_add_path(_object, _name)
Description
Adds a serializable BBMOD_EPropertyType.Path property to an object.
Arguments
| Name | Type | Description |
|---|---|---|
| _object | Asset.GMObject |
The object to add the property to. |
| _name | String |
The property name. |
Returns
Struct.BBMOD_Property The created property.
Note
This is just a shorthand for bbmod_object_add_property.