getSpeed: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (= and stringtype)
mNo edit summary
Line 16: Line 16:
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[Number]] <nowiki>=</nowiki> unit '''getSpeed''' "speedMode" |= Syntax
| [[Number]] <nowiki>=</nowiki> [[Object#Unit|Unit]] '''getSpeed''' "speedMode" |= Syntax


|p1= unit : [[Object]] |= Parameter 1
|p1= [[Object#Unit|Unit]] |= Parameter 1


|p2= speedMode: [[String]] |= Parameter 2
|p2= speedMode: [[String]] |= Parameter 2

Revision as of 11:50, 27 August 2007

-wrong parameter ("Arma") defined!-1.00
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:
Uncategorised

Syntax

Syntax:
Number = Unit getSpeed "speedMode"
Parameters:
Unit
speedMode: String
Return Value:
Number

Examples

Examples:
Example needed

Additional Information

See also:
See also needed

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

Notes

Bottom Section