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 SourceCompleteSound
The sound plays when the scan finished
Declaration
public SoundSpecifier CompleteSound
Field Value
Type | Description |
---|---|
Robust.Shared.Audio.SoundSpecifier |
ScanDoAfterDuration
How long the scan takes
Declaration
public float ScanDoAfterDuration
Field Value
Type | Description |
---|---|
System.Single |
ScannedAnomaly
The anomaly that was last scanned by this scanner.
Declaration
public EntityUid? ScannedAnomaly
Field Value
Type | Description |
---|---|
System.Nullable<EntityUid> |