Quantcast
Channel: Programming (In-game)
Viewing all articles
Browse latest Browse all 645

IMyShipController::CalculateShipMass() Broken?

$
0
0
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.

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...
IMyShipController::CalculateShipMass() Broken?

Viewing all articles
Browse latest Browse all 645

Latest Images

Trending Articles



Latest Images