Table of Contents

Enum MapState

Namespace
RustMapsApi.V4.Models
Assembly
RustMapsApi.dll

The lifecycle state of a map.

public enum MapState

Fields

Active = 0

The map is fully generated and available.

Generating = 2

The map is being generated.

InQueue = 1

The map is queued for generation.

Processing = 3

The map is being processed after generation.

Uploading = 4

The map is being uploaded.