Difference between revisions of "velocity"
Jump to navigation
Jump to search
m (Added ArmA2) |
|||
Line 37: | Line 37: | ||
[[Category:Scripting Commands OFP 1.96|VELOCITY]] | [[Category:Scripting Commands OFP 1.96|VELOCITY]] | ||
[[Category:Scripting Commands ArmA|VELOCITY]] | [[Category:Scripting Commands ArmA|VELOCITY]] | ||
+ | [[Category:Scripting Commands ArmA2|VELOCITY]] |
Revision as of 08:08, 3 June 2009
Hover & click on the images for descriptions
Description
- Description:
- Return velocity (speed vector) of Unit as an array with format [x, z, y]. Units are in metres per second.
Syntax
Examples
- Example 1:
-
vector = velocity jeep
- Example 2:
-
? (velocity _plane1 select 2) > 50 : hint "Aircraft is climbing up too fast!"
Additional Information
- See also:
- setVelocity
- Groups:
- Uncategorised
Notes
Notes
Bottom Section
Categories:
- Pages using duplicate arguments in template calls
- Scripting Commands
- Operation Flashpoint: Resistance: Scripting Commands
- Operation Flashpoint: Resistance: New Scripting Commands
- Command Group: Uncategorised
- Introduced with Operation Flashpoint: Resistance version ?
- Scripting Commands OFP 1.96
- Scripting Commands ArmA
- Scripting Commands ArmA2