Click or drag to resize
MyShipMass Constructor

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

Initializes a new instance of the MyShipMass class

Namespace: Sandbox.ModAPI.Ingame
Assembly: Sandbox.Common (in Sandbox.Common.dll) Version: 1.0.0.0
Syntax
C#
public MyShipMass(
	int mass,
	int totalMass
)

Parameters

mass
Type: SystemInt32

[Missing <param name="mass"/> documentation for "M:Sandbox.ModAPI.Ingame.MyShipMass.#ctor(System.Int32,System.Int32)"]

totalMass
Type: SystemInt32

[Missing <param name="totalMass"/> documentation for "M:Sandbox.ModAPI.Ingame.MyShipMass.#ctor(System.Int32,System.Int32)"]

See Also