Table of Contents

Class TeamChangedEventArg

Namespace
RustPlusApi.Data.Events
Assembly
RustPlusApi.dll

Event argument raised when the team snapshot changes.

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

Properties

PlayerId

The Steam id of the player whose action triggered the change.

public ulong PlayerId { get; init; }

Property Value

ulong

TeamInfo

The updated team snapshot.

public TeamInfo? TeamInfo { get; init; }

Property Value

TeamInfo