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 SourceEnsnareEvent(Single, Single)
Declaration
public EnsnareEvent(float walkSpeed, float sprintSpeed)
Parameters
Type | Name | Description |
---|---|---|
System.Single | walkSpeed | |
System.Single | sprintSpeed |
Fields
| Improve this Doc View SourceSprintSpeed
Declaration
public readonly float SprintSpeed
Field Value
Type | Description |
---|---|
System.Single |
WalkSpeed
Declaration
public readonly float WalkSpeed
Field Value
Type | Description |
---|---|
System.Single |