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
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
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
Field Value
Type |
Description |
System.Single |
|