Table of Contents

Class BasicMonumentConfiguration

Namespace
RustMapsApi.V4.Models
Assembly
RustMapsApi.dll

Base configuration for a monument on a custom map.

public record BasicMonumentConfiguration : IEquatable<BasicMonumentConfiguration>
Inheritance
BasicMonumentConfiguration
Implements
Derived
Inherited Members

Properties

AllowedToSetBiomes

Whether the monument may set surrounding biomes.

public bool AllowedToSetBiomes { get; init; }

Property Value

bool

BiomePreferences

The per-biome preferences for the monument.

public IReadOnlyList<MonumentBiomePreference>? BiomePreferences { get; init; }

Property Value

IReadOnlyList<MonumentBiomePreference>

Blocked

Whether the monument is blocked from spawning.

public bool Blocked { get; init; }

Property Value

bool

Type

The monument type.

public MonumentType Type { get; init; }

Property Value

MonumentType