GetContainerForms - ObjectReference

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