velocity: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (fixed example)
m (Too wide example)
Line 17: Line 17:
____________________________________________________________________________________________
____________________________________________________________________________________________
   
   
|x1= <code>vector <nowiki>=</nowiki> velocity jeep Advanced: _vehicle [[setVelocity]] [(velocity _vehicle select 0)+([[sin]] _dir*_speed),(velocity _vehicle select 1)+([[cos]] _dir*_speed),(velocity _vehicle select 2)]</code> |= Example 1
|x1= <code>vector <nowiki>=</nowiki> '''velocity''' jeep</code> |= Example 1
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 21:45, 11 September 2006

Hover & click on the images for description

Description

Description:
Return velocity (speed vector) of vehicle as array [x, z, y].
Groups:
Uncategorised

Syntax

Syntax:
velocity vehicle
Parameters:
vehicle: Object
Return Value:
Array

Examples

Example 1:
vector = velocity jeep

Additional Information

See also:
See also needed

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

Notes

Bottom Section