Difference between revisions of "velocity"
Jump to navigation
Jump to search
m (Added ArmA2) |
(add. ArmA2 classification) |
||
Line 38: | Line 38: | ||
[[Category:Scripting Commands ArmA|VELOCITY]] | [[Category:Scripting Commands ArmA|VELOCITY]] | ||
[[Category:Scripting Commands ArmA2|VELOCITY]] | [[Category:Scripting Commands ArmA2|VELOCITY]] | ||
+ | [[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]] |
Revision as of 17:54, 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