Show / Hide Table of Contents

Class MobThresholdsComponentState

Inheritance
System.Object
MobThresholdsComponentState
Namespace: Content.Shared.Mobs.Components
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
public bool AllowRevives
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

CurrentThresholdState

Declaration
public MobState CurrentThresholdState
Field Value
Type Description
MobState
| Improve this Doc View Source

ShowOverlays

Declaration
public bool ShowOverlays
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

StateAlertDict

Declaration
public Dictionary<MobState, AlertType> StateAlertDict
Field Value
Type Description
Dictionary<MobState, AlertType>
| 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
Type Description
Dictionary<FixedPoint2, MobState>
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾