Table of Contents

Class TeamInfo

Namespace
RustPlusApi.Data
Assembly
RustPlusApi.dll

Full team snapshot returned by GetTeamInfoAsync.

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

Properties

DeathNote

The leader's death note on the map, if one is set.

public DeathNote? DeathNote { get; init; }

Property Value

DeathNote

LeaderNotes

Map notes placed by the team leader.

public IEnumerable<PlayerNote>? LeaderNotes { get; init; }

Property Value

IEnumerable<PlayerNote>

LeaderSteamId

Steam64 ID of the current team leader.

public ulong LeaderSteamId { get; init; }

Property Value

ulong

Members

Status snapshots for all team members.

public IEnumerable<MemberInfo>? Members { get; init; }

Property Value

IEnumerable<MemberInfo>

Notes

Map notes placed by all team members.

public IEnumerable<PlayerNote>? Notes { get; init; }

Property Value

IEnumerable<PlayerNote>