GetContainerForms - ObjectReference

Revision as of 20:44, 28 February 2022 by Cecell (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Member of: ObjectReference Script

Returns an array containing all base forms in a specified container.

SyntaxEdit

Form[] Function GetContainerForms() native

ParametersEdit

None.

Return ValueEdit

All base forms from the container.

ExamplesEdit

Form[] containerForms = aContainer.GetContainerForms()

See AlsoEdit