velocity: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
Worldeater (talk | contribs) m (added missing </code> tag) |
||
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''' _plane1 [[select]] 2) > 50 : [[hint]] "Aircraft is climbing up too fast!" |= Example 2 | |x2= <code>? ('''velocity''' _plane1 [[select]] 2) > 50 : [[hint]] "Aircraft is climbing up too fast!"</code> |= Example 2 | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
Revision as of 23:32, 15 February 2009
Description
- Description:
- Return velocity (speed vector) of Unit as an array with format [x, z, y].
- Groups:
- Uncategorised
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
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