Show / Hide Table of Contents

Class HealthAnalyzerScannedUserMessage

On interacting with an entity retrieves the entity UID for use with getting the current damage of the mob.

Inheritance
System.Object
HealthAnalyzerScannedUserMessage
Namespace: Content.Shared.MedicalScanner
Assembly: Content.Shared.dll
Syntax
public sealed class HealthAnalyzerScannedUserMessage : BoundUserInterfaceMessage

Constructors

| Improve this Doc View Source

HealthAnalyzerScannedUserMessage(Nullable<NetEntity>, Single, Single)

Declaration
public HealthAnalyzerScannedUserMessage(NetEntity? targetEntity, float temperature, float bloodLevel)
Parameters
Type Name Description
System.Nullable<NetEntity> targetEntity
System.Single temperature
System.Single bloodLevel

Fields

| Improve this Doc View Source

BloodLevel

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

TargetEntity

Declaration
public readonly NetEntity? TargetEntity
Field Value
Type Description
System.Nullable<NetEntity>
| Improve this Doc View Source

Temperature

Declaration
public float Temperature
Field Value
Type Description
System.Single
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾