GetAssociatedForm - Furniture

From the Fallout4 CreationKit Wiki
Revision as of 13:26, 15 October 2013 by imported>Plplecuyer (→‎Examples)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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]