velocity

From Bohemia Interactive Community
Revision as of 23:48, 1 August 2006 by Hoz (talk | contribs)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
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 Advanced: _vehicle setVelocity [(velocity _vehicle select 0)+(sin _dir*_speed),(velocity _vehicle select 1)+(cos _dir*_speed),(velocity _vehicle select 2)]

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