Vehicle::velocity

From RAGE Multiplayer Wiki
Revision as of 09:30, 28 April 2017 by Kemperrr (talk | contribs)

This property using for getting or setting vehicle velocity.

Note: this property is read-only.

Example

let velocity = vehicle.velocity
console.log(velocity.x, velocity.y, velocity.z)