Class EnsnareableComponent
Use this on an entity that you would like to be ensnared by anything that has the EnsnaringComponent
Inheritance
System.Object
EnsnareableComponent
Namespace: Content.Shared.Ensnaring.Components
Assembly: Content.Shared.dll
Syntax
public sealed class EnsnareableComponent : Component
Fields
| Improve this Doc View SourceContainer
The container where the EnsnaringComponent entity will be stored
Declaration
public Container Container
Field Value
Type | Description |
---|---|
Robust.Shared.Containers.Container |
IsEnsnared
Is this entity currently ensnared?
Declaration
public bool IsEnsnared
Field Value
Type | Description |
---|---|
System.Boolean |
SprintSpeed
How much should this slow down the entities sprint?
Declaration
public float SprintSpeed
Field Value
Type | Description |
---|---|
System.Single |
Sprite
Declaration
public string? Sprite
Field Value
Type | Description |
---|---|
System.Nullable<System.String> |
State
Declaration
public string? State
Field Value
Type | Description |
---|---|
System.Nullable<System.String> |
WalkSpeed
How much should this slow down the entities walk?
Declaration
public float WalkSpeed
Field Value
Type | Description |
---|---|
System.Single |