isSprintAllowed: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "|= Game name" to "|Game name=")
m (Text replacement - "Bool" to "Boolean")
Line 6: Line 6:
| '''isSprintAllowed''' unit |SYNTAX=
| '''isSprintAllowed''' unit |SYNTAX=
|p1= unit: [[Object]] |PARAMETER1=  
|p1= unit: [[Object]] |PARAMETER1=  
| [[Bool]] |RETURNVALUE=  
| [[Boolean]] |RETURNVALUE=  
|x1= <code>'''isSprintAllowed''' player;
|x1= <code>'''isSprintAllowed''' player;
</code>|EXAMPLE1=  
</code>|EXAMPLE1=  

Revision as of 01:19, 24 August 2020


Hover & click on the images for description

Description

Description:
Returns true if player is allowed to sprint
Groups:
Uncategorised

Syntax

Syntax:
isSprintAllowed unit
Parameters:
unit: Object
Return Value:
Boolean

Examples

Example 1:
isSprintAllowed player;

Additional Information

See also:
Arma 3 Stamina

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

Bottom Section

Notes

Bottom Section