forceWalk: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (template:command argument fix)
m (Text replacement - "<code>\[\[([a-zA-Z0-9_]+)\]\] +\[\[([a-zA-Z0-9_]+)\]\] +\[\[([a-zA-Z0-9_]+)\]\];?<\/code>" to "<sqf>$1 $2 $3;</sqf>")
 
(39 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Command|= Comments
{{RV|type=command
____________________________________________________________________________________________


| arma2oa |= Game name
|game1= arma2oa
|version1= 1.50


|1.51|= Game version
|game2= tkoh
|version2= 1.00


|arg= local |= Arguments in MP
|game3= arma3
|version3= 0.50


____________________________________________________________________________________________
|arg= local


| Forces unit to walk even if run or sprint is selected. |DESCRIPTION=
|gr1= Stamina System
____________________________________________________________________________________________


| unit '''forceWalk''' value |SYNTAX=
|descr= Forces unit to walk even if run or sprint is selected.


|p1= unit: [[Object]] - the unit forced to walk |PARAMETER1=
|s1= unit [[forceWalk]] value
|p2= value: [[Boolean]] - true/false |PARAMETER2=


| [[Nothing]] |RETURNVALUE=
|p1= unit: [[Object]] - the unit forced to walk
____________________________________________________________________________________________
|p2= value: [[Boolean]] - true/false
 
|x1= <code>[[player]] [[forceWalk]] [[true]];</code> |EXAMPLE1=
____________________________________________________________________________________________


| [[isForcedWalk]], [[isWalking]], [[forceSpeed]], [[getSpeed]] |SEEALSO=
|r1= [[Nothing]]


|x1= <sqf>player forceWalk true;</sqf>
|seealso= [[isForcedWalk]] [[isWalking]] [[forceSpeed]] [[getSpeed]]
}}
}}
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->
<!-- Note Section END -->
</dl>
<h3 style="display:none">Bottom Section</h3>
[[Category:ArmA 2 OA: New Scripting Commands List|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting_Commands_Take_On_Helicopters|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]

Latest revision as of 15:11, 5 May 2022

Hover & click on the images for description

Description

Description:
Forces unit to walk even if run or sprint is selected.
Groups:
Stamina System

Syntax

Syntax:
unit forceWalk value
Parameters:
unit: Object - the unit forced to walk
value: Boolean - true/false
Return Value:
Nothing

Examples

Example 1:
player forceWalk true;

Additional Information

See also:
isForcedWalk isWalking forceSpeed getSpeed

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