swiftlys2/docs/api/ai/
API Reference GameHooks

ProcessUsercmdsParams

Struct
Namespace: SwiftlyS2.Shared.GameHooks · Assembly: SwiftlyS2.CS2.dll
public struct ProcessUsercmdsParams
View source

Properties

Margin

public required float Margin { readonly get; init; }
Property Value

Paused

public required bool Paused { readonly get; init; }
Property Value

Player

public required IPlayer Player { readonly get; set; }
Property Value

Usercmds

public required List<IUserCmd> Usercmds { readonly get; init; }
Property Value