in_puppet_get_gravity

Gets the gravity constant for the puppet.

version(IN_DYNLIB)
export extern (C) @nogc
float
in_puppet_get_gravity

Parameters

obj in_puppet_t*

The puppet object.

Return Value

Type: float

A value describing how many meters a second gravity pulls on the puppet. Normally is 9.8.

Meta