Background for Skyrim SE
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

CK Wiki - Notes


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 Skyrim Creation Kit Wiki

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.