Show / Hide Table of Contents

Class BluespaceLockerComponent

Inheritance
System.Object
BluespaceLockerComponent
Namespace: Content.Server.Storage.Components
Assembly: Content.Server.dll
Syntax
public sealed class BluespaceLockerComponent : Component

Fields

| Improve this Doc View Source

AutoLinkProperties

Determines properties of automatically created links

Declaration
public BluespaceLockerBehaviorProperties AutoLinkProperties
Field Value
Type Description
BluespaceLockerBehaviorProperties
| Improve this Doc View Source

AutoLinksBidirectional

Determines if links automatically added get the source locker set as a target

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

AutoLinksUseProperties

Determines if links automatically use AutoLinkProperties

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

BehaviorProperties

Determines properties of this locker

Declaration
public BluespaceLockerBehaviorProperties BehaviorProperties
Field Value
Type Description
BluespaceLockerBehaviorProperties
| Improve this Doc View Source

BluespaceLinks

If length > 0, when something is added to the storage, it will instead be teleported to a random storage from the list and the other storage will be opened.

Declaration
public HashSet<EntityUid> BluespaceLinks
Field Value
Type Description
HashSet<EntityUid>
| Improve this Doc View Source

MinBluespaceLinks

Each time the system attempts to get a link, it will link additional lockers to ensure the minimum amount are linked.

Declaration
public uint MinBluespaceLinks
Field Value
Type Description
System.UInt32
| Improve this Doc View Source

PickLinksFromBluespaceLockers

Determines if links automatically added are restricted to existing bluespace lockers

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

PickLinksFromNonBluespaceLockers

Determines if links automatically added are restricted to non-bluespace lockers

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

PickLinksFromResistLockers

Determines if links automatically added must have ResistLockerComponent

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

PickLinksFromSameAccess

Determines if links automatically added are restricted to having the same access

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

PickLinksFromSameMap

Determines if links automatically added are restricted to the same map

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

PickLinksFromStationGrids

Determines if links automatically added are restricted to being on a station

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

UsesSinceLinkClear

Declaration
public int UsesSinceLinkClear
Field Value
Type Description
System.Int32

Properties

| Improve this Doc View Source

BluespaceEffectNextTime

Declaration
public uint BluespaceEffectNextTime { get; set; }
Property Value
Type Description
System.UInt32
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾