Background for Fallout 4
Member of the ObjectReference script
floatfunctionGetMass()Native

Description

Wiki Description

Returns the mass of this object in Havok.

Documentation Comment

Get this object's mass


Caveats


Examples

; Is this thing very heavy?
if (AnvilProperty.GetMass() > 2000)
  Debug.Trace("Wow, the anvil is heavy!")
endIf

Auto-Generated Example

float returnedValue = myObjectReference__toCallFunctionOn.GetMass()

Related Pages


Additional References

View this function’s page on the Fallout 4 Creation Kit Wiki

Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.