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 SourceEnsnareRemoveEvent(Single, Single)
Declaration
public EnsnareRemoveEvent(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 |