isForcedWalk: Difference between revisions

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


| |= See also
| [[forceWalk]], [[isWalking]] |= See also


}}
}}

Revision as of 21:57, 9 March 2015

Hover & click on the images for description

Description

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

Syntax

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

Examples

Example 1:
 _bool = isForcedWalk player; 

Additional Information

See also:
forceWalkisWalking

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