Show / Hide Table of Contents

Class AnomalyScannerComponent

This is used for scanning anomalies and displaying information about them in the ui

Inheritance
System.Object
AnomalyScannerComponent
Namespace: Content.Server.Anomaly.Components
Assembly: Content.Server.dll
Syntax
public sealed class AnomalyScannerComponent : Component

Fields

| Improve this Doc View Source

CompleteSound

The sound plays when the scan finished

Declaration
public SoundSpecifier CompleteSound
Field Value
Type Description
Robust.Shared.Audio.SoundSpecifier
| Improve this Doc View Source

ScanDoAfterDuration

How long the scan takes

Declaration
public float ScanDoAfterDuration
Field Value
Type Description
System.Single
| Improve this Doc View Source

ScannedAnomaly

The anomaly that was last scanned by this scanner.

Declaration
public EntityUid? ScannedAnomaly
Field Value
Type Description
System.Nullable<EntityUid>
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾