MergeMapUpdate
Merge a map update into an existing map.
Declaration
public bool MergeMapUpdate(byte[] existingMapData, byte[] mapUpdateData, out byte[] mergedMapData)
Summary
Returns
True if successful, false otherwise.
Notice
This is an experimental feature, and is subject to breaking changes or deprecation without notice
Parameters
| Name | Type | Summary |
|---|---|---|
| existingMapData | byte[] | The existing map to merge the update into. |
| mapUpdateData | byte[] | The map update to merge into the existing map. |
| mergedMapData | byte[] | The merged map will be written here. |
Merge a map update into an existing map.