Space Engineers
Public Member Functions | Public Attributes | List of all members
Sandbox.ModAPI.Ingame.MyShipMass Struct Reference

Public Member Functions

 MyShipMass (int mass, int totalMass)
 

Public Attributes

readonly int BaseMass
 Gets the base mass of the ship. More...
 
readonly int TotalMass
 Gets the total mass of the ship, including cargo. More...
 

Detailed Description

Definition at line 10 of file IMyShipController.cs.

Constructor & Destructor Documentation

Sandbox.ModAPI.Ingame.MyShipMass.MyShipMass ( int  mass,
int  totalMass 
)
inline

Definition at line 22 of file IMyShipController.cs.

Member Data Documentation

readonly int Sandbox.ModAPI.Ingame.MyShipMass.BaseMass

Gets the base mass of the ship.

Definition at line 15 of file IMyShipController.cs.

readonly int Sandbox.ModAPI.Ingame.MyShipMass.TotalMass

Gets the total mass of the ship, including cargo.

Definition at line 20 of file IMyShipController.cs.


The documentation for this struct was generated from the following file: