Function PhysicsServerSingleton.bodyGetParam

Returns the value of a body parameter. A list of available parameters is on the bodyparameter constants.

double bodyGetParam (
  const(RID) _body,
  const(long) param
) nothrow @nogc const;