- Found in:
- Vanilla
Description
Wiki Description
Gets the weight of this form.
Documentation Comment
Get this object's weight
Caveats
CK Wiki - Notes
None
Examples
; Get the weight of a book item.
float weight = myBook.GetWeight()
Debug.Trace("This book weighs " + weight + " units.")Auto-Generated Example
float returnedValue = myForm__toCallFunctionOn.GetWeight()Related Pages
Additional References
View this function’s page on the Fallout 4 Creation Kit Wiki
