Class StatusEffectPrototype
Inheritance
System.Object
StatusEffectPrototype
Implements
Robust.Shared.Prototypes.IPrototype
Namespace: Content.Shared.StatusEffect
Assembly: Content.Shared.dll
Syntax
public sealed class StatusEffectPrototype : object, IPrototype
Properties
| Improve this Doc View SourceAlert
Declaration
public AlertType? Alert { get; }
Property Value
Type | Description |
---|---|
System.Nullable<AlertType> |
AlwaysAllowed
Whether a status effect should be able to apply to any entity, regardless of whether it is in ALlowedEffects or not.
Declaration
public bool AlwaysAllowed { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
ID
Declaration
public string ID { get; }
Property Value
Type | Description |
---|---|
System.String |
Implements
Robust.Shared.Prototypes.IPrototype