This command sets the Z 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
SetWheelieOffsetZ( offset );Game.SetWheelieOffsetZ( offset )- offset: Sets the Z offset of the vehicle's center of mass when performing a wheelie. Positive numbers are forward, negative are backward.
Examples
SetWheelieOffsetZ(0.2);Game.SetWheelieOffsetZ(0.2)Notes
See SetWheelieOffsetX and SetWheelieOffsetY to set offsets for the other two axes.