GetMass

Category: Objects / Status
Since engine version: 1.0 OC

Description

Returns the mass of the calling objects (including the mass of all its contents) or the calling definition.

Syntax

int GetMass();

Example

// anorexic?
	if(GetMass() < GetDefMass())
		// Stomach acid etches to the outside
		CastPXS("Acid", 150, 30);
				
Anorexic
wipfmetz, 2002-08
Sven2, 2003-04