isWalking: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - ">Posted on March ([0-9]{1})[ a-zA-Z]*, ([0-9]{4})" to ">Posted on $2-03-0$1") |
Lou Montana (talk | contribs) m (Text replacement - "\{\{Feature *\| *Informative *\| ([^↵]+) *\}\}" to "{{Feature|informative|$1}}") |
||
Line 15: | Line 15: | ||
|descr= Returns [[true]] if walk is '''toggled''' (default W+S in {{arma3}}). | |descr= Returns [[true]] if walk is '''toggled''' (default W+S in {{arma3}}). | ||
{{Feature | | {{Feature|informative|This command can still return true when the unit is sprinting or stopped; it only returns the '''toggle''' value of walking, not if the unit is walking right now.}} | ||
|s1= [[isWalking]] unitName | |s1= [[isWalking]] unitName |
Revision as of 18:11, 15 March 2024
Description
- Description:
- Returns true if walk is toggled (default W+S in Arma 3).
- Groups:
- Object Manipulation
Syntax
Examples
- Example 1:
Additional Information
- See also:
- forceWalk isForcedWalk 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
- Posted on 2015-03-08 - 21:03 (UTC)
- Benargee
- To expand on the limited description, this command doesn't necessarily say whether or not the unit is currently walking. All it says is that walking is toggled on or off. This command can still return true when the unit is sprinting. When walking is toggled on, the unit will return to walking pace when not sprinting. When walking is toggled off, the unit will return to jogging pace when not sprinting. This command is not intended to gauge a units current movement speed.