Background for Fallout 4
Member of the Form script
floatfunctionGetWeight()Native

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

Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.