Table of Contents

Class DeadDropInstance

Namespace
S1API.DeadDrops
Assembly
S1API.dll

Represents a dead drop in the scene.

public class DeadDropInstance
Inheritance
DeadDropInstance
Inherited Members
Extension Methods

Properties

Description

The descriptive label or location hint for the dead drop.

public string Description { get; }

Property Value

string

GUID

The unique identifier assigned for this dead drop.

public string GUID { get; }

Property Value

string

IsEmpty

Whether the dead drop contains no items.

public bool IsEmpty { get; }

Property Value

bool

ItemCount

The current number of items stored in the dead drop.

public int ItemCount { get; }

Property Value

int

Name

The display name of the dead drop.

public string Name { get; }

Property Value

string

Position

The world position of the dead drop.

public Vector3 Position { get; }

Property Value

Vector3

Region

The region this dead drop belongs to.

public Region Region { get; }

Property Value

Region

Storage

The storage container associated with this dead drop.

public StorageInstance Storage { get; }

Property Value

StorageInstance