Class SharedPowerCellSystem
Inheritance
System.Object
SharedPowerCellSystem
Assembly: Content.Shared.dll
Syntax
public abstract class SharedPowerCellSystem : EntitySystem
Methods
|
Improve this Doc
View Source
Initialize()
Declaration
public override void Initialize()
|
Improve this Doc
View Source
OnCellRemoved(EntityUid, PowerCellSlotComponent, EntRemovedFromContainerMessage)
Declaration
protected virtual void OnCellRemoved(EntityUid uid, PowerCellSlotComponent component, EntRemovedFromContainerMessage args)
Parameters
Type |
Name |
Description |
EntityUid |
uid |
|
PowerCellSlotComponent |
component |
|
Robust.Shared.Containers.EntRemovedFromContainerMessage |
args |
|