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 SourceBreakoutTime
How long it should take for an entity to free themselves.
Declaration
public float BreakoutTime
Field Value
Type | Description |
---|---|
System.Single |
CanMoveBreakout
Should breaking out be possible when moving?
Declaration
public bool CanMoveBreakout
Field Value
Type | Description |
---|---|
System.Boolean |
CanThrowTrigger
Should this ensnare someone when thrown?
Declaration
public bool CanThrowTrigger
Field Value
Type | Description |
---|---|
System.Boolean |
Ensnared
What is ensnared?
Declaration
public EntityUid? Ensnared
Field Value
Type | Description |
---|---|
System.Nullable<EntityUid> |
FreeTime
How long it should take to free someone else.
Declaration
public float FreeTime
Field Value
Type | Description |
---|---|
System.Single |
SprintSpeed
How much should this slow down the entities sprint?
Declaration
public float SprintSpeed
Field Value
Type | Description |
---|---|
System.Single |
WalkSpeed
How much should this slow down the entities walk?
Declaration
public float WalkSpeed
Field Value
Type | Description |
---|---|
System.Single |