isSprintAllowed: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\[\[[Cc]ategory:[ _]?Arma[ _]3:[ _]([^|]*)[ _]?\|.*\]\]" to "{{GameCategory|arma3|$1}}")
m (added locality)
 
(26 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<!-- isSprintAllowed from EXPORT -->
{{RV|type=command
{{Command|Comments=
|arma3|Game name=
|1.54|Game version=


|gr1= Stamina System |GROUP1=
|game1= arma3
|version1= 1.54


| Returns true if player is allowed to sprint |DESCRIPTION=
|arg= local
| '''isSprintAllowed''' unit |SYNTAX=
 
|p1= unit: [[Object]] |PARAMETER1=
|gr1= Stamina System
| [[Boolean]] |RETURNVALUE=
 
|x1= <code>'''isSprintAllowed''' player;
|descr= Returns true if player is allowed to sprint
</code>|EXAMPLE1=
 
| [[Arma 3 Stamina]] |SEEALSO=
|s1= [[isSprintAllowed]] unit
|  |MPBEHAVIOUR=
 
}}
|p1= unit: [[Object]]


<h3 style='display:none'>Bottom Section</h3>
|r1= [[Boolean]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]


<h3 style='display:none'>Notes</h3>
|x1= <sqf>if (not isSprintAllowed player) then { hint "no running in the corridors!" };</sqf>
<dl class="command_description">
<!-- BEGIN Note Section -->
<!-- END Note Section -->
</dl>


<h3 style="display:none">Bottom Section</h3>
|seealso= [[Arma 3: Stamina]] [[allowSprint]]
{{GameCategory|arma3|New_Scripting_Commands_List}}
}}
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]

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