GetWeight - Form

Revision as of 15:32, 21 January 2018 by imported>Qazaaq (added required f4se version)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

F4SE Member of: Form Script
Requires F4SE version 0.3.1 or higher.

Gets the weight of this form.

SyntaxEdit

float Function GetWeight() Native

ParametersEdit

None

Return ValueEdit

The weight of this form.

ExamplesEdit

; Get the weight of a book item.
float weight = myBook.GetWeight()
Debug.Trace("This book weighs " + weight + " units.")

NotesEdit

None

See AlsoEdit

Form Script