Difference between revisions of "velocity"
Jump to navigation
Jump to search
m (Fixed example) |
|||
Line 18: | Line 18: | ||
|x1= <code>vector <nowiki>=</nowiki> '''velocity''' jeep</code> |= Example 1 | |x1= <code>vector <nowiki>=</nowiki> '''velocity''' jeep</code> |= Example 1 | ||
− | |x2= <code>? ('''velocity''' | + | |x2= <code>? ('''velocity''' plane1 [[select]] 2) > 50 : [[hint]] "Aircraft is climbing up too fast!" |= Example 2 |
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
Revision as of 23:44, 16 June 2007
Click on the images for descriptions
Introduced in
- Game:
- Operation Flashpoint: Resistance
- Version:
- 1.8
Description
- Description:
- Return velocity (speed vector) of vehicle as array [x, z, y].
Syntax
Examples
- Example 1:
vector = velocity jeep
- Example 2:
? (velocity plane1 select 2) > 50 : hint "Aircraft is climbing up too fast!"
Additional Information
- Multiplayer:
- -
- See also:
- See also needed
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
Notes
Bottom Section