Show / Hide Table of Contents

Class NinjaGlovesComponent

Component for toggling glove powers. Powers being enabled is controlled by User not being null.

Inheritance
System.Object
NinjaGlovesComponent
Namespace: Content.Shared.Ninja.Components
Assembly: Content.Shared.dll
Syntax
public sealed class NinjaGlovesComponent : Component

Fields

| Improve this Doc View Source

DoorjackWhitelist

The whitelist used for the emag provider to emag airlocks only (not regular doors).

Declaration
public EntityWhitelist DoorjackWhitelist
Field Value
Type Description
EntityWhitelist
| Improve this Doc View Source

ToggleAction

The action id for toggling ninja gloves abilities

Declaration
public string ToggleAction
Field Value
Type Description
System.String
| Improve this Doc View Source

ToggleActionEntity

Declaration
public EntityUid? ToggleActionEntity
Field Value
Type Description
System.Nullable<EntityUid>
| Improve this Doc View Source

User

Entity of the ninja using these gloves, usually means enabled

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