Class InstantSpawnSpellEvent
Inheritance
System.Object
InstantSpawnSpellEvent
Assembly: Content.Shared.dll
Syntax
public sealed class InstantSpawnSpellEvent : InstantActionEvent, ISpeakSpell
Fields
|
Improve this Doc
View Source
Pos
Gets the targeted spawn positons; may lead to multiple entities being spawned.
Declaration
public MagicSpawnData Pos
Field Value
|
Improve this Doc
View Source
PreventCollideWithCaster
Declaration
public bool PreventCollideWithCaster
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Prototype
What entity should be spawned.
Declaration
Field Value
Type |
Description |
System.String |
|
Properties
|
Improve this Doc
View Source
Speech
Declaration
public string? Speech { get; }
Property Value
Type |
Description |
System.Nullable<System.String> |
|
Implements