Class StorageMonitorItemInfo
- Namespace
- RustPlusApi.Data.Entities
- Assembly
- RustPlusApi.dll
A single item slot reported by a storage monitor.
public sealed record StorageMonitorItemInfo : IEquatable<StorageMonitorItemInfo>
- Inheritance
-
StorageMonitorItemInfo
- Implements
- Inherited Members
Properties
Id
Rust item definition ID.
public int Id { get; init; }
Property Value
IsItemBlueprint
true if the item is a blueprint.
public bool? IsItemBlueprint { get; init; }
Property Value
- bool?
Quantity
Stack quantity.
public int? Quantity { get; init; }
Property Value
- int?