Background for Fallout 4
Member of the Furniture script
FormfunctionGetAssociatedForm()Native

Description

Wiki Description

Gets the associated form for the furniture

Documentation Comment

Get the associated form for this furniture


Caveats


Examples

; Get the associated form from the furniture
Form associatedForm = furnitureProperty.GetAssociatedForm()

Auto-Generated Example

Form returnedValue = myFurniture__toCallFunctionOn.GetAssociatedForm()

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.