SwiftlyS2

IOnMovementServicesRunCommandHookEvent

Interface IOnMovementServicesRunCommandHookEvent

Namespace: SwiftlyS2.Shared.Events

Assembly: SwiftlyS2.CS2.dll

Called when the movement services run command hook is triggered.

public interface IOnMovementServicesRunCommandHookEvent

Properties

ButtonState

The button state.

CInButtonState ButtonState { get; }
Property Value

MovementServices

The movement services.

CCSPlayer_MovementServices MovementServices { get; }
Property Value

UserCmdPB

The user command protobuf.

CSGOUserCmdPB UserCmdPB { get; }
Property Value

On this page