Class PlayerMarker
- Namespace
- RustPlusApi.Data.Markers
- Assembly
- RustPlusApi.dll
Map marker for a player's current position.
public sealed record PlayerMarker : Marker, IEquatable<Marker>, IEquatable<PlayerMarker>
- Inheritance
-
PlayerMarker
- Implements
- Inherited Members
Properties
Name
In-game display name of the player.
public string? Name { get; init; }
Property Value
SteamId
Steam64 ID of the player.
public ulong? SteamId { get; init; }