Documentation

Physics Gravity Factor - Open Dev Kit Documentation

Open Dev Kit Documentation :: Game :: Object :: Physics Gravity Factor

Game.Object.PhysicsGravityFactor
factor that is applied to gravity on this object (1.0 will result in normal scene gravity)

Type

Float

Lua Usage

-- Get
local float = object.PhysicsGravityFactor

-- Set
object.PhysicsGravityFactor = float

If you think anything is missing, please feel free to: submit documentation feedback on this page