Click or drag to resize
MyShipMass Structure
v01.180.0 (Beta)

[This is preliminary documentation and is subject to change.]

Namespace: Sandbox.ModAPI.Ingame
Assembly: Sandbox.Common (in Sandbox.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public struct MyShipMass

The MyShipMass type exposes the following members.

Constructors
  NameDescription
Public methodMyShipMass
Initializes a new instance of the MyShipMass class
Top
Methods
  NameDescription
Public methodEquals (Inherited from ValueType.)
Public methodGetHashCode (Inherited from ValueType.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from ValueType.)
Top
Fields
  NameDescription
Public fieldBaseMass
Gets the base mass of the ship.
Public fieldPhysicalMass
Gets the physical mass of the ship, which accounts for inventory multiplier.
Public fieldTotalMass
Gets the total mass of the ship, including cargo.
Top
See Also