Show / Hide Table of Contents

Class ApcSystem

Inheritance
System.Object
ApcSystem
Namespace: Content.Server.Power.EntitySystems
Assembly: Content.Server.dll
Syntax
public sealed class ApcSystem : EntitySystem

Methods

| Improve this Doc View Source

ApcToggleBreaker(EntityUid, ApcComponent, PowerNetworkBatteryComponent)

Declaration
public void ApcToggleBreaker(EntityUid uid, ApcComponent apc = null, PowerNetworkBatteryComponent battery = null)
Parameters
Type Name Description
EntityUid uid
ApcComponent apc
PowerNetworkBatteryComponent battery
| Improve this Doc View Source

Initialize()

Declaration
public override void Initialize()
| Improve this Doc View Source

Update(Single)

Declaration
public override void Update(float deltaTime)
Parameters
Type Name Description
System.Single deltaTime
| Improve this Doc View Source

UpdateApcState(EntityUid, ApcComponent, PowerNetworkBatteryComponent)

Declaration
public void UpdateApcState(EntityUid uid, ApcComponent apc = null, PowerNetworkBatteryComponent battery = null)
Parameters
Type Name Description
EntityUid uid
ApcComponent apc
PowerNetworkBatteryComponent battery
| Improve this Doc View Source

UpdateUIState(EntityUid, ApcComponent, PowerNetworkBatteryComponent, Nullable<UserInterfaceComponent>)

Declaration
public void UpdateUIState(EntityUid uid, ApcComponent apc = null, PowerNetworkBatteryComponent netBat = null, UserInterfaceComponent? ui = null)
Parameters
Type Name Description
EntityUid uid
ApcComponent apc
PowerNetworkBatteryComponent netBat
System.Nullable<UserInterfaceComponent> ui
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾