swiftlys2/docs/api/ai/
API Reference GameHooks

IUserCmd

Interface
Namespace: SwiftlyS2.Shared.GameHooks · Assembly: SwiftlyS2.CS2.dll
public interface IUserCmd
View source

Properties

Address

nint Address { get; }
Property Value

ButtonState

CInButtonState ButtonState { get; }
Property Value

CSGOUserCmd

CSGOUserCmdPB CSGOUserCmd { get; }
Property Value
CSGOUserCmdPB

CommandNumber

uint CommandNumber { get; set; }
Property Value

Methods

From(nint)

public static IUserCmd From(nint address)
Parameters
Returns