getSpeed: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\|x([0-9])= *<code>([^<]*)<\/code>" to "|x$1= <sqf>$2</sqf>")
mNo edit summary
 
Line 34: Line 34:
|p2= speedMode: [[String]]
|p2= speedMode: [[String]]


|r1= [[Number]] (m/s)
|r1= [[Number]] - m/s


|x1= <sqf>_spd = player getSpeed "FAST";</sqf>
|x1= <sqf>_spd = player getSpeed "FAST";</sqf>

Latest revision as of 11:45, 28 September 2023

Hover & click on the images for description

Description

Description:
Get the speed for the given speed mode. SpeedMode can be:
  • "AUTO"
  • "SLOW"
  • "NORMAL"
  • "FAST"
Groups:
Object Manipulation

Syntax

Syntax:
object getSpeed speedMode
Parameters:
object: Object
speedMode: String
Return Value:
Number - m/s

Examples

Example 1:
_spd = player getSpeed "FAST";

Additional Information

See also:
forceWalk isWalking forceSpeed isForcedWalk

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