Class MobThresholdsComponentState
Inheritance
System.Object
MobThresholdsComponentState
Assembly: Content.Shared.dll
Syntax
public sealed class MobThresholdsComponentState : ComponentState
Constructors
|
Improve this Doc
View Source
MobThresholdsComponentState(Dictionary<FixedPoint2, MobState>, Boolean, MobState, Dictionary<MobState, AlertType>, Boolean, Boolean)
Declaration
public MobThresholdsComponentState(Dictionary<FixedPoint2, MobState> unsortedThresholds, bool triggersAlerts, MobState currentThresholdState, Dictionary<MobState, AlertType> stateAlertDict, bool showOverlays, bool allowRevives)
Parameters
Type |
Name |
Description |
Dictionary<FixedPoint2, MobState> |
unsortedThresholds |
|
System.Boolean |
triggersAlerts |
|
MobState |
currentThresholdState |
|
Dictionary<MobState, AlertType> |
stateAlertDict |
|
System.Boolean |
showOverlays |
|
System.Boolean |
allowRevives |
|
Fields
|
Improve this Doc
View Source
AllowRevives
Declaration
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
CurrentThresholdState
Declaration
public MobState CurrentThresholdState
Field Value
|
Improve this Doc
View Source
ShowOverlays
Declaration
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
StateAlertDict
Declaration
public Dictionary<MobState, AlertType> StateAlertDict
Field Value
|
Improve this Doc
View Source
TriggersAlerts
Declaration
public bool TriggersAlerts
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
UnsortedThresholds
Declaration
public Dictionary<FixedPoint2, MobState> UnsortedThresholds
Field Value