bbmod_object_add_gmsprite

A function defined in __bbmod_save.gml

bbmod_object_add_gmsprite(_object, _name)

Description

Adds a serialiazble BBMOD_EPropertyType.GMSprite 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.

See also

BBMOD_Property, bbmod_object_add_property

Do you find this page helpful?

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