forceWalk: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " \{\{GameCategory\|[a-z]+[0-9]?\|Scripting Commands\}\}" to "") |
Lou Montana (talk | contribs) m (Text replacement - "<code>\[\[([a-zA-Z0-9_]+)\]\] +\[\[([a-zA-Z0-9_]+)\]\] +\[\[([a-zA-Z0-9_]+)\]\];?<\/code>" to "<sqf>$1 $2 $3;</sqf>") |
||
(8 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
|game1= arma2oa | |game1= arma2oa | ||
|version1= 1. | |version1= 1.50 | ||
|game2= tkoh | |game2= tkoh | ||
Line 16: | Line 16: | ||
|descr= Forces unit to walk even if run or sprint is selected. | |descr= Forces unit to walk even if run or sprint is selected. | ||
|s1= | |s1= unit [[forceWalk]] value | ||
|p1= unit: [[Object]] - the unit forced to walk | |p1= unit: [[Object]] - the unit forced to walk | ||
|p2= value: [[Boolean]] - true/false | |p2= value: [[Boolean]] - true/false | ||
|r1=[[Nothing]] | |r1= [[Nothing]] | ||
|x1= < | |x1= <sqf>player forceWalk true;</sqf> | ||
|seealso= [[isForcedWalk]] | |seealso= [[isForcedWalk]] [[isWalking]] [[forceSpeed]] [[getSpeed]] | ||
}} | }} | ||
Latest revision as of 14:11, 5 May 2022
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:
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