isSprintAllowed: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\| *(arg|eff|mp|serverExec|gr[0-9]) *= *(.*) * *\|([^=0-9]{12})" to "|$1=$2 |descr=$3")
m (added locality)
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{RV|type=command
{{RV|type=command
|arma3
 
|1.54
|game1= arma3
|version1= 1.54
 
|arg= local


|gr1= Stamina System
|gr1= Stamina System


|descr= Returns true if player is allowed to sprint
|descr= Returns true if player is allowed to sprint
|s1= '''isSprintAllowed''' unit
 
|s1= [[isSprintAllowed]] unit


|p1= unit: [[Object]]
|p1= unit: [[Object]]
|r1= [[Boolean]]
|r1= [[Boolean]]


|x1= <code>'''isSprintAllowed''' player;
|x1= <sqf>if (not isSprintAllowed player) then { hint "no running in the corridors!" };</sqf>
</code>
 
|seealso= [[Arma 3: Stamina]]
|seealso= [[Arma 3: Stamina]] [[allowSprint]]
}}
}}

Latest revision as of 10:22, 24 June 2023

Hover & click on the images for description

Description

Description:
Returns true if player is allowed to sprint
Groups:
Stamina System

Syntax

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

Examples

Example 1:
if (not isSprintAllowed player) then { hint "no running in the corridors!" };

Additional Information

See also:
Arma 3: Stamina allowSprint

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