Enum MapState
- Namespace
- RustMapsApi.V4.Models
- Assembly
- RustMapsApi.dll
The lifecycle state of a map.
public enum MapState
Fields
Active = 0The map is fully generated and available.
Generating = 2The map is being generated.
InQueue = 1The map is queued for generation.
Processing = 3The map is being processed after generation.
Uploading = 4The map is being uploaded.