Skip to content

Debugging

Jared Taylor edited this page Mar 22, 2025 · 2 revisions

CVars

Generic

Tip

p.PushPawn.Disable
Disable PushPawn. Will continue running tasks, but Pushes will never occur

Tip

p.PushPawn.DisableVelocityScaling
Disable PushPawn velocity based strength scalar

Tip

p.PushPawn.DisableDistanceScaling
Disable PushPawn distance based strength scalar

Actions

Tip

p.PushPawn.Action.Debug.Draw
Draws arrows showing the push direction.
1 enables drawing for sim proxies and local client, 2 enables for local client only

Scanning

Tip

p.PushPawn.Scan.Debug.Draw
Draw the collision shape used for scanning

Tip

p.PushPawn.PrintNetSync
Print to screen when a net sync occurs
Useful for fine-tuning the result of UPushPawn_Scan_Base::ShouldWaitForNetSync()
1 enables drawing for server and local client, 2 enables for authority only, 3 enables for local client only

Tip

p.PushPawn.PrintScanPaused
Print to screen when scanning is toggled on or off
1 enables drawing for server and local client, 2 enables for authority only, 3 enables for local client only

Clone this wiki locally