Functions Documentation
View Function Edit Function
Name objGetMass
Syntax (objGetMass spaceObject)
Argument List spaceObject: The space object that you want the mass from.
Returns number: the mass of the spaceobject and all of its cargo expressed in tons.
Category spaceobject, 0.99
Description Returns the mass of the spaceobject and all of its cargo.
Example
(objGetMass gPlayership)

Returns the total mass of the playership.
Comment Basic space object function to get the space objects mass.