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 SourceInitialize()
Declaration
public override void Initialize()
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 |
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 |