Table of Contents

Class PlayerNote

Namespace
RustPlusApi.Data.Notes
Assembly
RustPlusApi.dll

A player-placed map note (type 1 in the protocol).

public sealed record PlayerNote : Note, IEquatable<Note>, IEquatable<PlayerNote>
Inheritance
PlayerNote
Implements
Inherited Members

Properties

Color

Colour of the note icon.

public NoteColors Color { get; init; }

Property Value

NoteColors

Icon

Icon displayed on the note.

public NoteIcons Icon { get; init; }

Property Value

NoteIcons

Text

Optional label text shown on the note.

public string? Text { get; init; }

Property Value

string