Class SmiteSpellEvent
Inheritance
System.Object
SmiteSpellEvent
Assembly: Content.Shared.dll
Syntax
public sealed class SmiteSpellEvent : EntityTargetActionEvent, ISpeakSpell
Fields
|
Improve this Doc
View Source
DeleteNonBrainParts
Should this smite delete all parts/mechanisms gibbed except for the brain?
Declaration
public bool DeleteNonBrainParts
Field Value
Type |
Description |
System.Boolean |
|
Properties
|
Improve this Doc
View Source
Speech
Declaration
public string? Speech { get; }
Property Value
Type |
Description |
System.Nullable<System.String> |
|
Implements