Show / Hide Table of Contents

Class StorageComponent

Handles generic storage with window, such as backpacks.

Inheritance
System.Object
StorageComponent
Namespace: Content.Shared.Storage
Assembly: Content.Shared.dll
Syntax
public sealed class StorageComponent : Component

Fields

| Improve this Doc View Source

AreaInsert

Declaration
public bool AreaInsert
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

AreaInsertRadius

Declaration
public int AreaInsertRadius
Field Value
Type Description
System.Int32
| Improve this Doc View Source

Blacklist

Blacklist for entities that can go into storage.

Declaration
public EntityWhitelist Blacklist
Field Value
Type Description
EntityWhitelist
| Improve this Doc View Source

ClickInsert

Declaration
public bool ClickInsert
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

Container

Declaration
public Container Container
Field Value
Type Description
Robust.Shared.Containers.Container
| Improve this Doc View Source

IsUiOpen

Declaration
public bool IsUiOpen
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

QuickInsert

Declaration
public bool QuickInsert
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

StorageCapacityMax

Maximum capacity for storage.

Declaration
public int StorageCapacityMax
Field Value
Type Description
System.Int32
| Improve this Doc View Source

StorageCloseSound

Sound played whenever the storage window is closed.

Declaration
public SoundSpecifier StorageCloseSound
Field Value
Type Description
Robust.Shared.Audio.SoundSpecifier
| Improve this Doc View Source

StorageInsertSound

Sound played whenever an entity is inserted into storage.

Declaration
public SoundSpecifier StorageInsertSound
Field Value
Type Description
Robust.Shared.Audio.SoundSpecifier
| Improve this Doc View Source

StorageOpenSound

Sound played whenever the storage window is opened.

Declaration
public SoundSpecifier StorageOpenSound
Field Value
Type Description
Robust.Shared.Audio.SoundSpecifier
| Improve this Doc View Source

StorageRemoveSound

Sound played whenever an entity is removed from storage.

Declaration
public SoundSpecifier StorageRemoveSound
Field Value
Type Description
Robust.Shared.Audio.SoundSpecifier
| Improve this Doc View Source

StorageUsed

How much storage is currently being used by contained entities.

Declaration
public int StorageUsed
Field Value
Type Description
System.Int32
| Improve this Doc View Source

Whitelist

Whitelist for entities that can go into the storage.

Declaration
public EntityWhitelist Whitelist
Field Value
Type Description
EntityWhitelist
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾