forceWalk: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\|seealso= *\[\[([^ ]+)\]\], \[\[([^ ]+)\]\]" to "|seealso= $1 $2")
m (Text replacement - "\|seealso= *\[\[([^ ]+)\]\], \[\[([^ ]+)\]\]" to "|seealso= $1 ")
Line 25: Line 25:
|x1= <code>[[player]] [[forceWalk]] [[true]];</code>
|x1= <code>[[player]] [[forceWalk]] [[true]];</code>


|seealso= [[isForcedWalk]] [[isWalking]], [[forceSpeed]], [[getSpeed]]
|seealso= [[isForcedWalk]] [[isWalking]] [[forceSpeed]], [[getSpeed]]
}}
}}

Revision as of 16:53, 20 January 2022

Hover & click on the images for description

Description

Description:
Forces unit to walk even if run or sprint is selected.
Groups:
Stamina System

Syntax

Syntax:
unit forceWalk value
Parameters:
unit: Object - the unit forced to walk
value: Boolean - true/false
Return Value:
Nothing

Examples

Example 1:
player forceWalk true;

Additional Information

See also:
isForcedWalk isWalking forceSpeedgetSpeed

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