Deserializes a ds_map variable. Should not be called directly.
Syntax
1
deserialize_map(value)
Argument | Type | Description |
---|---|---|
value | real | The value to be deserialized into a ds_map. |
original | real | The variable as was created in the instances create event. |
Returns: N/A
Description
This function will deserialize a value into a ds_map. This is used to explicitly deserialize a variable and should not be called directly.