Show / Hide Table of Contents

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 Source

BlinkSound

Sound played when using dash action.

Declaration
public SoundSpecifier BlinkSound
Field Value
Type Description
Robust.Shared.Audio.SoundSpecifier
| Improve this Doc View Source

DashAction

The action id for dashing.

Declaration
public EntProtoId DashAction
Field Value
Type Description
Robust.Shared.Prototypes.EntProtoId
| Improve this Doc View Source

DashActionEntity

Declaration
public EntityUid? DashActionEntity
Field Value
Type Description
System.Nullable<EntityUid>
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾