Table of Contents

Struct TrashContentEntry

Namespace
S1API.Trash
Assembly
S1API.dll

Describes one immutable entry in a trash-container content snapshot.

public readonly struct TrashContentEntry
Inherited Members
Extension Methods

Properties

Quantity

Gets the number of trash items represented by this entry.

public int Quantity { get; }

Property Value

int

TrashId

Gets the native trash-prefab identifier.

public string? TrashId { get; }

Property Value

string

UnitSize

Gets the container-capacity units consumed by each item.

public int UnitSize { get; }

Property Value

int

UnitValue

Gets the sell value of each item.

public int UnitValue { get; }

Property Value

int