isForcedWalk: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(see also)
(format)
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Returns [[true]] if player is forced to walk. |= Description
| Returns [[true]] if player is forced to walk with [[forceWalk]]. |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


Line 17: Line 17:
____________________________________________________________________________________________
____________________________________________________________________________________________


|x1= <pre> _bool <nowiki>=</nowiki> isForcedWalk player; </pre> |=  
|x1= <code>_bool = [[isForcedWalk]] [[player]];</code> |=  
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 22:01, 9 March 2015

Hover & click on the images for description

Description

Description:
Returns true if player is forced to walk with forceWalk.
Groups:
Uncategorised

Syntax

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

Examples

Example 1:
_bool = isForcedWalk player;

Additional Information

See also:
forceWalkisWalkingforceSpeedgetSpeed

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