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 SourceEnabled
Whether stealth effect is enabled.
Declaration
public bool Enabled
Field Value
Type | Description |
---|---|
System.Boolean |
ToggleAction
Declaration
public string ToggleAction
Field Value
Type | Description |
---|---|
System.String |
ToggleActionEntity
The action for enabling and disabling stealth.
Declaration
public EntityUid? ToggleActionEntity
Field Value
Type | Description |
---|---|
System.Nullable<EntityUid> |
Visibility
Number added to MinVisibility when stealthed, to make the user not fully invisible.
Declaration
public float Visibility
Field Value
Type | Description |
---|---|
System.Single |