Table of Contents

Class StorageEventArgs

Namespace
S1API.Storage
Assembly
S1API.dll

Event arguments for storage-specific events.

public class StorageEventArgs
Inheritance
StorageEventArgs
Derived
Inherited Members
Extension Methods

Properties

ItemId

The item ID of the storage container. Convenience property for filtering by storage type.

public string ItemId { get; }

Property Value

string

Storage

The storage entity involved in the event.

public StorageEntity Storage { get; }

Property Value

StorageEntity