[This is preliminary documentation and is subject to change.]
The Map type exposes the following properties.
Properties
| Member | Description | |
|---|---|---|
| DateCreated | ||
| DateModified | ||
| DrawQueueBlockCount | Total estimated number of blocks left to process, from all draw operations combined. | |
| DrawQueueLength | Number of active draw operations. | |
| Guid | ||
| HasChangedSinceSave | Whether the map was modified since last time it was saved. | |
| Metadata | Map metadata, excluding zones. | |
| Spawn | Default spawning point on the map. A warning is logged when given coordinates are outside the map. | |
| UpdateQueueLength | Number of blocks that are waiting to be processed. | |
| World | The world associated with this map, if any. May be null. | |
| Zones | All zones within a map. |