- Found in:
- SKSE
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!")
endIfAuto-Generated Example
float returnedValue = myForm__toCallFunctionOn.GetWeight()