Show / Hide Table of Contents

Class StealthClothingComponent

Adds StealthComponent to the user when enabled, either by an action or the system's SetEnabled method.

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

Fields

| Improve this Doc View Source

Enabled

Whether stealth effect is enabled.

Declaration
public bool Enabled
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

ToggleAction

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

ToggleActionEntity

The action for enabling and disabling stealth.

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

Visibility

Number added to MinVisibility when stealthed, to make the user not fully invisible.

Declaration
public float Visibility
Field Value
Type Description
System.Single
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾