MergeMapUpdate
Declaration
public bool MergeMapUpdate(byte[] existingMapData, byte[] mapUpdateData, out byte[] mergedMapData)
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. |