isForcedWalk: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 14: Line 14:
| '''isForcedWalk''' unitName |SYNTAX=
| '''isForcedWalk''' unitName |SYNTAX=


|p1= unitName : [[Object]] |=  
|p1= unitName : [[Object]] |PARAMETER1=  


| [[Boolean]] |RETURNVALUE=
| [[Boolean]] |RETURNVALUE=
____________________________________________________________________________________________
____________________________________________________________________________________________


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



Revision as of 23:19, 24 September 2020

Hover & click on the images for description

Description

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

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