Class ProjectileSpellEvent
Inheritance
System.Object
ProjectileSpellEvent
Assembly: Content.Shared.dll
Syntax
public sealed class ProjectileSpellEvent : WorldTargetActionEvent, ISpeakSpell
Fields
|
Improve this Doc
View Source
Pos
Gets the targeted spawn positions; may lead to multiple entities being spawned.
Declaration
public MagicSpawnData Pos
Field Value
|
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