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
LeaderNotes
Map notes placed by the team leader.
public IEnumerable<PlayerNote>? LeaderNotes { get; init; }
Property Value
LeaderSteamId
Steam64 ID of the current team leader.
public ulong LeaderSteamId { get; init; }
Property Value
Members
Status snapshots for all team members.
public IEnumerable<MemberInfo>? Members { get; init; }
Property Value
Notes
Map notes placed by all team members.
public IEnumerable<PlayerNote>? Notes { get; init; }