swiftlys2/docs/api/ai/
API Reference Events

IOnMovementServicesRunCommandHookEvent

Interface
Namespace: SwiftlyS2.Shared.Events · Assembly: SwiftlyS2.CS2.dll
[Obsolete("This event is deprecated and will be removed in future versions. Use GameHooks instead.")]
public interface IOnMovementServicesRunCommandHookEvent

Called when the movement services run command hook is triggered.

View source

Properties

ButtonState

The button state.

CInButtonState ButtonState { get; }
Property Value

MovementServices

The movement services.

CCSPlayer_MovementServices MovementServices { get; }

UserCmdPB

The user command protobuf.

CSGOUserCmdPB UserCmdPB { get; }
Property Value
CSGOUserCmdPB