PedIsSprinting Property

RAGE Plugin Hook Documentation

[This is preliminary documentation and is subject to change.]

Gets a value indicating whether this Ped is sprinting.

Namespace:  Rage
Assembly:  RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
Syntax

public bool IsSprinting { get; }

Property Value

Type: Boolean
true if this Ped is sprinting; otherwise, false.
Remarks

This property specifically returns whether the Ped is sprinting. Returns false if the Ped is walking or running.
See Also

Reference