Class ServerMapMonument
- Namespace
- RustPlusApi.Data
- Assembly
- RustPlusApi.dll
A named landmark / monument on the server map.
public sealed record ServerMapMonument : IEquatable<ServerMapMonument>
- Inheritance
-
ServerMapMonument
- Implements
- Inherited Members
Properties
Name
Display name of the monument (e.g. Launch Site).
public string? Name { get; init; }
Property Value
X
Horizontal map coordinate (west โ east).
public float? X { get; init; }
Property Value
Y
Vertical map coordinate (south โ north).
public float? Y { get; init; }