Show / Hide Table of Contents

Class EnsnareEvent

Used whenever you want to do something when someone becomes ensnared by the EnsnaringComponent

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

Constructors

| Improve this Doc View Source

EnsnareEvent(Single, Single)

Declaration
public EnsnareEvent(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
☀
☾