A function defined in __bbmod_save.gml
bbmod_instance_from_buffer(_buffer, _properties)
Deserializes an instance from a buffer.
Name | Type | Description |
---|---|---|
_buffer | Id.Buffer |
The buffer to deserialize an instance from. |
_properties | Id.DsMap<String, Array<Struct.BBMOD_Property>> |
A mapping from object name to an array of properties of the object. |
Id.Instance
The created instnace.
Copyright © 2024, BlueBurn. Built on September 07, 2024 using GMDoc.