Class DeadDropInstance
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
GUID
The unique identifier assigned for this dead drop.
public string GUID { get; }
Property Value
IsEmpty
Whether the dead drop contains no items.
public bool IsEmpty { get; }
Property Value
ItemCount
The current number of items stored in the dead drop.
public int ItemCount { get; }
Property Value
Name
The display name of the dead drop.
public string Name { get; }
Property Value
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
Storage
The storage container associated with this dead drop.
public StorageInstance Storage { get; }