Difference between revisions of "velocity"
Jump to navigation
Jump to search
Killzone Kid (talk | contribs) (format) |
Killzone Kid (talk | contribs) m |
||
Line 10: | Line 10: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
− | | | + | | '''velocity''' vehicleName |= Syntax |
|p1= vehicleName: [[Object]] |= Parameter 1 | |p1= vehicleName: [[Object]] |= Parameter 1 |
Revision as of 11:37, 7 December 2016
Click on the images for descriptions
Introduced in
- Game:
- Operation Flashpoint: Resistance
- Version:
- 1.8
Description
- Description:
- Return velocity (speed vector) of Unit as an array with format [x, y, z]. Units are in metres per second.
Syntax
Examples
- Example 1:
_vector = velocity jeep;
- Example 2:
if (velocity _plane1 select 2 > 50) then {hint "Aircraft is climbing up too fast!"};
Additional Information
- Multiplayer:
- -
- See also:
- setVelocityvelocityModelSpacesetVelocityModelSpacesetVelocityTransformationspeed
Notes
Only post proven facts here. Report bugs on the feedback tracker. Use the talk page or the forums for discussions.
Add New Note | How To
Add New Note | How To