Assembly: Sandbox.Common.dll

public struct MyShipMass

Describes ship mass

Fields

Member Description
BaseMass Gets the base mass of the ship.
PhysicalMass Gets the physical mass of the ship, which accounts for inventory multiplier.
TotalMass Gets the total mass of the ship, including cargo.

Constructors

Member Description
MyShipMass(float, float, float)