Background for Skyrim SE
Member of the Form script
floatfunctionGetWeight()Native

Description

Wiki Description

Returns the weight of this form. (This function requires SKSE)

Documentation Comment

returns the weight of the form


Caveats

CK Wiki - Notes

  • Returns 0.0 when used on actors, even though actors have weight.

Examples

if Game.GetPlayer().GetEquippedWeapon().GetWeight() > 25.0
  Debug.Trace("Your weapon is heavy!")
endIf

Auto-Generated Example

float returnedValue = myForm__toCallFunctionOn.GetWeight()

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.