Class AlarmInfo
- Namespace
- RustPlusApi.Data.Entities
- Assembly
- RustPlusApi.dll
State of a smart alarm entity.
public record AlarmInfo : IEquatable<AlarmInfo>
- Inheritance
-
AlarmInfo
- Implements
- Inherited Members
Properties
IsActive
true if the alarm is currently triggered / active.
public bool IsActive { get; init; }