Show / Hide Table of Contents

Interface IApcNet

Namespace: Content.Server.Power.NodeGroups
Assembly: Content.Server.dll
Syntax
public interface IApcNet : IBasePowerNet

Methods

| Improve this Doc View Source

AddApc(EntityUid, ApcComponent)

Declaration
void AddApc(EntityUid uid, ApcComponent apc)
Parameters
Type Name Description
EntityUid uid
ApcComponent apc
| Improve this Doc View Source

AddPowerProvider(ApcPowerProviderComponent)

Declaration
void AddPowerProvider(ApcPowerProviderComponent provider)
Parameters
Type Name Description
ApcPowerProviderComponent provider
| Improve this Doc View Source

QueueNetworkReconnect()

Declaration
void QueueNetworkReconnect()
| Improve this Doc View Source

RemoveApc(EntityUid, ApcComponent)

Declaration
void RemoveApc(EntityUid uid, ApcComponent apc)
Parameters
Type Name Description
EntityUid uid
ApcComponent apc
| Improve this Doc View Source

RemovePowerProvider(ApcPowerProviderComponent)

Declaration
void RemovePowerProvider(ApcPowerProviderComponent provider)
Parameters
Type Name Description
ApcPowerProviderComponent provider
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾