Table of Contents

Class MapGenerationRequest

Namespace
RustMapsApi.V4.Requests
Assembly
RustMapsApi.dll

A request to generate a standard map.

public sealed record MapGenerationRequest : IEquatable<MapGenerationRequest>
Inheritance
MapGenerationRequest
Implements
Inherited Members

Properties

Seed

The map seed.

public int Seed { get; init; }

Property Value

int

Size

The map size.

public int Size { get; init; }

Property Value

int

Staging

Whether to generate against the staging branch.

public bool Staging { get; init; }

Property Value

bool