A function defined in BBMOD_ResourceManager.gml
add(_uniqueName, _resource)
Adds a resource to the resource manager.
Name | Type | Description |
---|---|---|
_uniqueName | String |
The name of the resource. Must be unique! |
_resource | Struct.BBMOD_Resource |
The resource to add. |
Struct.BBMOD_ResourceManager
Returns self
.
Copyright © 2024, BlueBurn. Built on September 07, 2024 using GMDoc.