Class PowerCellSlotComponent
Inheritance
System.Object
PowerCellSlotComponent
Namespace: Content.Shared.PowerCell.Components
Assembly: Content.Shared.dll
Syntax
public sealed class PowerCellSlotComponent : Component
Fields
| Improve this Doc View SourceCellSlotId
The actual item-slot that contains the cell. Allows all the interaction logic to be handled by ItemSlotsSystem.
Declaration
public string CellSlotId
Field Value
Type | Description |
---|---|
System.String |
Remarks
Given that
FitsInCharger
Can this entity be inserted directly into a charging station? If false, you need to manually remove the power cell and recharge it separately.
Declaration
public bool FitsInCharger
Field Value
Type | Description |
---|---|
System.Boolean |