Class KnockSpellEvent
Inheritance
System.Object
KnockSpellEvent
Assembly: Content.Shared.dll
Syntax
public sealed class KnockSpellEvent : InstantActionEvent, ISpeakSpell
Fields
|
Improve this Doc
View Source
KnockSound
Declaration
public SoundSpecifier KnockSound
Field Value
Type |
Description |
Robust.Shared.Audio.SoundSpecifier |
|
|
Improve this Doc
View Source
KnockVolume
Volume control for the spell.
Declaration
Field Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Range
The range this spell opens doors in
4f is the default
Declaration
Field Value
Type |
Description |
System.Single |
|
Properties
|
Improve this Doc
View Source
Speech
Declaration
public string? Speech { get; }
Property Value
Type |
Description |
System.Nullable<System.String> |
|
Implements