GetAssociatedForm - Furniture

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search

Member of: Furniture Script

Gets the associated form for the furniture

Syntax[edit | edit source]

Form Function GetAssociatedForm() native

Parameters[edit | edit source]

None.

Return Value[edit | edit source]

The associated form for the furniture.

Examples[edit | edit source]

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


See Also[edit | edit source]