setVelocity

From Bohemia Interactive Community
Revision as of 00:37, 2 August 2006 by Kronzky (talk | contribs)
Jump to navigation Jump to search
Hover & click on the images for description

Description

Description:
Set velocity (speed vector) of vehicle. Note: This command will not work for man-type units (soldiers, officers, etc) if they are touching the ground.
Groups:
Uncategorised

Syntax

Syntax:
vehicle setVelocity [x, z, y]
Parameters:
vehicle: Object
[x, z, y]: Array
Return Value:
Nothing

Examples

Example 1:
truck1 setvelocity [20, 0, 0]

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