SwiftlyS2

ProcessUsercmdsParams

Struct ProcessUsercmdsParams

Namespace: SwiftlyS2.Shared.GameHooks

Assembly: SwiftlyS2.CS2.dll

public struct ProcessUsercmdsParams

Inherited Members

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

On this page