Show / Hide Table of Contents

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 Source

Alert

Declaration
public AlertType? Alert { get; }
Property Value
Type Description
System.Nullable<AlertType>
| Improve this Doc View Source

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
| Improve this Doc View Source

ID

Declaration
public string ID { get; }
Property Value
Type Description
System.String

Implements

Robust.Shared.Prototypes.IPrototype
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾