GetContainerForms - ObjectReference

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

Member of: ObjectReference Script

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

Syntax

Form[] Function GetContainerForms() native

Parameters

None.

Return Value

All base forms from the container.

Examples

; Return all the reports crimes to
Form[] containerForms = aContainer.GetContainerForms()

See Also