Show / Hide Table of Contents

Class EnsnareRemoveEvent

Used whenever you want to do something when someone is freed by the EnsnaringComponent

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

Constructors

| Improve this Doc View Source

EnsnareRemoveEvent(Single, Single)

Declaration
public EnsnareRemoveEvent(float walkSpeed, float sprintSpeed)
Parameters
Type Name Description
System.Single walkSpeed
System.Single sprintSpeed

Fields

| Improve this Doc View Source

SprintSpeed

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

WalkSpeed

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