Show / Hide Table of Contents

Class RadiationCollectorSystem

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

Methods

| Improve this Doc View Source

Initialize()

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

SetCollectorEnabled(EntityUid, Boolean, Nullable<EntityUid>, RadiationCollectorComponent)

Declaration
public void SetCollectorEnabled(EntityUid uid, bool enabled, EntityUid? user = null, RadiationCollectorComponent component = null)
Parameters
Type Name Description
EntityUid uid
System.Boolean enabled
System.Nullable<EntityUid> user
RadiationCollectorComponent component
| Improve this Doc View Source

ToggleCollector(EntityUid, Nullable<EntityUid>, RadiationCollectorComponent)

Declaration
public void ToggleCollector(EntityUid uid, EntityUid? user = null, RadiationCollectorComponent component = null)
Parameters
Type Name Description
EntityUid uid
System.Nullable<EntityUid> user
RadiationCollectorComponent component
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾