Class SmartSwitchEventArg
- Namespace
- RustPlusApi.Data.Events
- Assembly
- RustPlusApi.dll
Event argument raised when a subscribed smart switch changes state.
public sealed record SmartSwitchEventArg : SmartSwitchInfo, IEquatable<SmartSwitchInfo>, IEquatable<SmartSwitchEventArg>
- Inheritance
-
SmartSwitchEventArg
- Implements
- Inherited Members
Properties
Id
Entity ID of the smart switch that changed.
public ulong Id { get; init; }