Sandbox.ModAPI.Ingame.MyShipMass - bimbam2103/space_engineers GitHub Wiki
← Index ← Namespace Index
public struct MyShipMass
Describes ship mass
Namespace: Sandbox.ModAPI.Ingame
Assembly: Sandbox.Common.dll
Gets the base mass of the ship.
Gets the physical mass of the ship, which accounts for inventory multiplier.
Gets the total mass of the ship, including cargo.
MyShipMass(float mass, float totalMass, float physicalMass)