This command sets the Y offset of the vehicle's center of mass when in the air.
Scope
This command should be called within a vehicle's .con file.
Syntax
MFK
Lua
SetWeebleOffset( offset );Game.SetWeebleOffset( offset )- offset: Sets the Y offset of the vehicle's center of mass when in the air.
- Defaults to -1.0.
Examples
MFK
Lua
SetWeebleOffset(-0.85);Game.SetWeebleOffset(-0.85)