allowSprint: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Bot: Replacing category Scripting Commands Arma 3 with Arma 3: Scripting Commands)
m (added locality)
 
(28 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<!-- allowSprint from EXPORT -->
{{RV|type=command
{{Command|= Comments
 
|arma3|= Game name
|game1= arma3
|1.54|= Game version
|version1= 1.54
| Force player to run/jog if set to false. |= Description
 
| unit '''allowSprint''' state |= Syntax
|eff= local
|p1= unit: [[Object]] |= PARAMETER1
 
|p2= state: [[Bool]] |= PARAMETER2
|arg= local
| Nothing |= RETURNVALUE
 
|x1= <code>[[player]] '''allowSprint''' [[false]]
|gr1= Stamina System
</code>|= EXAMPLE1
 
| [[Arma 3 Stamina]] |= SEEALSO
|descr= Force player to run/jog if set to false.
|  |= MPBEHAVIOUR
 
}}
|s1= unit [[allowSprint]]  state
 
|p1= unit: [[Object]]
 
|p2= state: [[Boolean]]


<h3 style='display:none'>Bottom Section</h3>
|r1= [[Nothing]]
<h3 style='display:none'>Notes</h3>
<dl class="command_description">
<!-- BEGIN Note Section -->
<!-- END Note Section -->
</dl>


<h3 style="display:none">Bottom Section</h3>
|x1= <sqf>player allowSprint false;</sqf>


[[Category:Arma 3: Scripting Commands]]
|seealso= [[Arma 3: Stamina]] [[isSprintAllowed]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
}}
[[Category:Arma 3: New Scripting Commands List|{{uc:{{PAGENAME}}}}]]

Latest revision as of 10:22, 24 June 2023

Hover & click on the images for description

Description

Description:
Force player to run/jog if set to false.
Groups:
Stamina System

Syntax

Syntax:
unit allowSprint state
Parameters:
unit: Object
state: Boolean
Return Value:
Nothing

Examples

Example 1:
player allowSprint false;

Additional Information

See also:
Arma 3: Stamina isSprintAllowed

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