Show / Hide Table of Contents

Class StatusEffectsComponentState

Inheritance
System.Object
StatusEffectsComponentState
Namespace: Content.Shared.StatusEffect
Assembly: Content.Shared.dll
Syntax
public sealed class StatusEffectsComponentState : ComponentState

Constructors

| Improve this Doc View Source

StatusEffectsComponentState(Dictionary<String, StatusEffectState>, List<String>)

Declaration
public StatusEffectsComponentState(Dictionary<string, StatusEffectState> activeEffects, List<string> allowedEffects)
Parameters
Type Name Description
Dictionary<System.String, StatusEffectState> activeEffects
List<System.String> allowedEffects

Fields

| Improve this Doc View Source

ActiveEffects

Declaration
public Dictionary<string, StatusEffectState> ActiveEffects
Field Value
Type Description
Dictionary<System.String, StatusEffectState>
| Improve this Doc View Source

AllowedEffects

Declaration
public List<string> AllowedEffects
Field Value
Type Description
List<System.String>
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾