From Bohemia Interactive Community
					 
					
					
					
					
				
				
				
				
				
				 | 
				 | 
				
| Line 3: | 
Line 3: | 
 | [[Category:Scripting Commands ArmA|V]]  |  | [[Category:Scripting Commands ArmA|V]]  | 
 | 
  |  | 
  | 
 | back to [[Scripting_Reference#V|COMREF]]
  |  | 
 | 
  |  | 
  | 
 | <h2 style="color:#000066">'''velocity ''vehicle'''''</h2>  |  | <h2 style="color:#000066">'''velocity ''vehicle'''''</h2>  | 
		Revision as of 11:01, 23 April 2006
velocity vehicle
Operand types:
vehicle: Object
Type of returned value:
Array
Compatibility:
Added in version 1.80
Description:
Return velocity (speed vector) of vehicle as array [x, z, y].
Example:
? velocity carOne > 50 : hint "Slow down, you are exceeding the speed limit."