SwiftlyS2

TryPlayerMoveMovementParams

Struct TryPlayerMoveMovementParams

Namespace: SwiftlyS2.Shared.GameHooks

Assembly: SwiftlyS2.CS2.dll

public struct TryPlayerMoveMovementParams

Inherited Members

Properties

FirstDest

The first destination vector. Wraps a native pointer — modifications are written back to native memory.

public required Vector FirstDest { readonly get; set; }
Property Value

FirstTrace

The first trace result. Read-only snapshot of the native CGameTrace.

public required TraceResult FirstTrace { readonly get; init; }
Property Value

IsSurfing

Whether the player is surfing. Wraps a native pointer — modifications are written back to native memory.

public required bool IsSurfing { readonly get; set; }
Property Value

MoveData

public required IMoveData MoveData { readonly get; init; }
Property Value

Player

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

On this page