Show / Hide Table of Contents

Class ProjectileSpellEvent

Inheritance
System.Object
BaseActionEvent
WorldTargetActionEvent
ProjectileSpellEvent
Implements
ISpeakSpell
Namespace: Content.Shared.Magic.Events
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
Type Description
MagicSpawnData
| Improve this Doc View Source

Prototype

What entity should be spawned.

Declaration
public string Prototype
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

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