getSpeed: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\|s([0-9])\= ([^' ]+)'''([^' ]+)'''([^ ]*) " to "|s$1= $2$3$4 ")
m (Text replacement - " |r1=[[" to " |r1= [[")
Line 34: Line 34:
|p2= speedMode: [[String]]
|p2= speedMode: [[String]]


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


|x1= <code>_spd = [[player]] [[getSpeed]] "FAST";</code>
|x1= <code>_spd = [[player]] [[getSpeed]] "FAST";</code>

Revision as of 00:47, 8 August 2021

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:
forceWalkisWalkingforceSpeedisForcedWalk

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