Show / Hide Table of Contents

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 Source

Container

The container where the EnsnaringComponent entity will be stored

Declaration
public Container Container
Field Value
Type Description
Robust.Shared.Containers.Container
| Improve this Doc View Source

IsEnsnared

Is this entity currently ensnared?

Declaration
public bool IsEnsnared
Field Value
Type Description
System.Boolean
| 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

Sprite

Declaration
public string? Sprite
Field Value
Type Description
System.Nullable<System.String>
| Improve this Doc View Source

State

Declaration
public string? State
Field Value
Type Description
System.Nullable<System.String>
| 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
☀
☾