Class DashAbilityComponent
Adds an action to dash, teleport to clicked position, when this item is held.
Inheritance
System.Object
DashAbilityComponent
Namespace: Content.Shared.Ninja.Components
Assembly: Content.Shared.dll
Syntax
public sealed class DashAbilityComponent : Component
Fields
| Improve this Doc View SourceBlinkSound
Sound played when using dash action.
Declaration
public SoundSpecifier BlinkSound
Field Value
Type | Description |
---|---|
Robust.Shared.Audio.SoundSpecifier |
DashAction
The action id for dashing.
Declaration
public EntProtoId DashAction
Field Value
Type | Description |
---|---|
Robust.Shared.Prototypes.EntProtoId |
DashActionEntity
Declaration
public EntityUid? DashActionEntity
Field Value
Type | Description |
---|---|
System.Nullable<EntityUid> |