GetAssociatedForm - Furniture

Revision as of 13:26, 15 October 2013 by imported>Plplecuyer (→‎Examples)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Member of: Furniture Script

Gets the associated form for the furniture

SyntaxEdit

Form Function GetAssociatedForm() native

ParametersEdit

None.

Return ValueEdit

The associated form for the furniture.

ExamplesEdit

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


See AlsoEdit