GetWeight - Form
Revision as of 14:32, 21 January 2018 by imported>Qazaaq (added required f4se version)
F4SE Member of: Form Script
Requires F4SE version 0.3.1 or higher.
Gets the weight of this form.
Syntax
float Function GetWeight() Native
Parameters
None
Return Value
The weight of this form.
Examples
; Get the weight of a book item.
float weight = myBook.GetWeight()
Debug.Trace("This book weighs " + weight + " units.")
Notes
None