PedIsWalking Property

RAGE Plugin Hook Documentation

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

Gets a value indicating whether this Ped is walking.

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

public bool IsWalking { get; }

Property Value

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

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

Reference