I have a little test ship. The Mass of this ship is 230,374.4kg. This is the base mass without myself and any items stored in a container. The method returns the struct below.
IMyShipController::CalculateShipMass() Broken?
Code:
public struct MyShipMass
{
//
// Zusammenfassung:
// Gets the base mass of the ship.
public readonly float BaseMass;
//
// Zusammenfassung:
// Gets the total mass of the ship, including cargo.
public readonly float TotalMass;
//
// Zusammenfassung:
// Gets the physical mass of the...