This command sets the Y offset of the vehicle's center of mass when performing a wheelie.
In order to perform a wheelie, the vehicle must be stopped or nearly stopped.
Scope
This command should be called within a vehicle's .con file.
Syntax
SetWheelieOffsetY( offset );Game.SetWheelieOffsetY( offset )- offset: Sets the Y offset of the vehicle's center of mass when performing a wheelie. Positive numbers are up, negative are down.
Examples
SetWheelieOffsetY(0.2);Game.SetWheelieOffsetY(0.2)Notes
See SetWheelieOffsetX and SetWheelieOffsetZ to set offsets for the other two axes.