- Found in:
- F4SE
Description
Wiki Description
Gets the weight of this form.
Documentation Comment
returns the weight of the form
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
