Class StorageComponent
Handles generic storage with window, such as backpacks.
Inheritance
System.Object
StorageComponent
Assembly: Content.Shared.dll
Syntax
public sealed class StorageComponent : Component
Fields
|
Improve this Doc
View Source
AreaInsert
Declaration
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
|
Improve this Doc
View Source
ClickInsert
Declaration
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
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
QuickInsert
Declaration
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
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