Class TeleportSpellEvent
Inheritance
System.Object
TeleportSpellEvent
Assembly: Content.Shared.dll
Syntax
public sealed class TeleportSpellEvent : WorldTargetActionEvent, ISpeakSpell
Fields
|
Improve this Doc
View Source
BlinkSound
Declaration
public SoundSpecifier BlinkSound
Field Value
Type |
Description |
Robust.Shared.Audio.SoundSpecifier |
|
|
Improve this Doc
View Source
BlinkVolume
Volume control for the spell.
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