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 SourceDoorjackWhitelist
The whitelist used for the emag provider to emag airlocks only (not regular doors).
Declaration
public EntityWhitelist DoorjackWhitelist
Field Value
Type | Description |
---|---|
EntityWhitelist |
ToggleAction
The action id for toggling ninja gloves abilities
Declaration
public string ToggleAction
Field Value
Type | Description |
---|---|
System.String |
ToggleActionEntity
Declaration
public EntityUid? ToggleActionEntity
Field Value
Type | Description |
---|---|
System.Nullable<EntityUid> |
User
Entity of the ninja using these gloves, usually means enabled
Declaration
public EntityUid? User
Field Value
Type | Description |
---|---|
System.Nullable<EntityUid> |