isWalking

From Bohemia Interactive Community
Revision as of 15:42, 7 April 2019 by Erentar (talk | contribs) (template:command argument fix)
Jump to navigation Jump to search
Hover & click on the images for description

Description

Description:
Returns true if walk is toggled (W+S in Arma 3).
Groups:
Uncategorised

Syntax

Syntax:
isWalking unitName
Parameters:
unitName: Object
Return Value:
Boolean

Examples

Example 1:
_bool = isWalking player;

Additional Information

See also:
forceWalkisForcedWalkforceSpeedgetSpeed

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note

Notes

Bottom Section

Posted on March 8, 2015 - 21:03 (UTC)
Benargee
To expand on the limited description, this command doesn't necessarily say whether or not the unit is currently walking. All it says is that walking is toggled on or off. This command can still return true when the unit is sprinting. When walking is toggled on, the unit will return to walking pace when not sprinting. When walking is toggled off, the unit will return to jogging pace when not sprinting. This command is not intended to gauge a units current movement speed.