Show / Hide Table of Contents

Class ChangeComponentsSpellEvent

Inheritance
System.Object
BaseActionEvent
EntityTargetActionEvent
ChangeComponentsSpellEvent
Implements
ISpeakSpell
Namespace: Content.Shared.Magic.Events
Assembly: Content.Shared.dll
Syntax
public sealed class ChangeComponentsSpellEvent : EntityTargetActionEvent, ISpeakSpell

Fields

| Improve this Doc View Source

ToAdd

Declaration
public ComponentRegistry ToAdd
Field Value
Type Description
Robust.Shared.Prototypes.ComponentRegistry
| Improve this Doc View Source

ToRemove

Declaration
public HashSet<string> ToRemove
Field Value
Type Description
HashSet<System.String>

Properties

| Improve this Doc View Source

Speech

Declaration
public string? Speech { get; }
Property Value
Type Description
System.Nullable<System.String>

Implements

ISpeakSpell
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾