bbmod_instance_from_buffer

A function defined in __bbmod_save.gml

bbmod_instance_from_buffer(_buffer, _properties)

Description

Deserializes an instance from a buffer.

Arguments

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.

Returns

Id.Instance The created instnace.

Throws

Do you find this page helpful?

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