Table of Contents

Class PackagingDefinition

Namespace
S1API.Products
Assembly
S1API.dll

Represents a type of packaging in-game.

public class PackagingDefinition : ItemDefinition
Inheritance
PackagingDefinition
Inherited Members
Extension Methods

Properties

Quantity

The quantity that this packaging can hold.

public int Quantity { get; }

Property Value

int

StealthLevel

The stealth level of this packaging.

public StealthLevel StealthLevel { get; }

Property Value

StealthLevel