Class HealthAnalyzerComponent
After scanning, retrieves the target Uid to use with its related UI.
Inheritance
System.Object
HealthAnalyzerComponent
Namespace: Content.Server.Medical.Components
Assembly: Content.Server.dll
Syntax
public sealed class HealthAnalyzerComponent : Component
Fields
| Improve this Doc View SourceScanDelay
How long it takes to scan someone.
Declaration
public float ScanDelay
Field Value
Type | Description |
---|---|
System.Single |
ScanningBeginSound
Sound played on scanning begin
Declaration
public SoundSpecifier ScanningBeginSound
Field Value
Type | Description |
---|---|
Robust.Shared.Audio.SoundSpecifier |
ScanningEndSound
Sound played on scanning end
Declaration
public SoundSpecifier ScanningEndSound
Field Value
Type | Description |
---|---|
Robust.Shared.Audio.SoundSpecifier |
Properties
| Improve this Doc View SourceUserInterface
Declaration
public PlayerBoundUserInterface? UserInterface { get; }
Property Value
Type | Description |
---|---|
System.Nullable<PlayerBoundUserInterface> |