Show / Hide Table of Contents

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 Source

ScanDelay

How long it takes to scan someone.

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

ScanningBeginSound

Sound played on scanning begin

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

ScanningEndSound

Sound played on scanning end

Declaration
public SoundSpecifier ScanningEndSound
Field Value
Type Description
Robust.Shared.Audio.SoundSpecifier

Properties

| Improve this Doc View Source

UserInterface

Declaration
public PlayerBoundUserInterface? UserInterface { get; }
Property Value
Type Description
System.Nullable<PlayerBoundUserInterface>
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾