Vehicle::setGravity

From RAGE Multiplayer Wiki
Revision as of 14:26, 17 May 2020 by NoBrain (talk | contribs)

if you set this to false the vehicle will no longer move and will be not have any gravity (vehicles with parachute will no longer go up when the parachute is open)

Syntax

vehicle.setGravity(toggle);

Required Arguments

  • toggle: Boolean

Return value

  • Undefined

Example

// todo

See also