Class StatusEffectsComponent
Inheritance
System.Object
StatusEffectsComponent
Namespace: Content.Shared.StatusEffect
Assembly: Content.Shared.dll
Syntax
public sealed class StatusEffectsComponent : Component
Fields
| Improve this Doc View SourceActiveEffects
Declaration
public Dictionary<string, StatusEffectState> ActiveEffects
Field Value
Type | Description |
---|---|
Dictionary<System.String, StatusEffectState> |
AllowedEffects
A list of status effect IDs to be allowed
Declaration
public List<string> AllowedEffects
Field Value
Type | Description |
---|---|
List<System.String> |