velocity

From Bohemia Interactive Community
Revision as of 00:04, 4 August 2006 by Hoz (talk | contribs) (fixed example)
Jump to navigation Jump to search
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