Show / Hide Table of Contents

Class EnsnaringComponent

Use this on something you want to use to ensnare an entity with

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

Fields

| Improve this Doc View Source

BreakoutTime

How long it should take for an entity to free themselves.

Declaration
public float BreakoutTime
Field Value
Type Description
System.Single
| Improve this Doc View Source

CanMoveBreakout

Should breaking out be possible when moving?

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

CanThrowTrigger

Should this ensnare someone when thrown?

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

Ensnared

What is ensnared?

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

FreeTime

How long it should take to free someone else.

Declaration
public float FreeTime
Field Value
Type Description
System.Single
| Improve this Doc View Source

SprintSpeed

How much should this slow down the entities sprint?

Declaration
public float SprintSpeed
Field Value
Type Description
System.Single
| Improve this Doc View Source

WalkSpeed

How much should this slow down the entities walk?

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