Difference between revisions of "GetContainerForms - ObjectReference"

From the CreationKit Wiki
Jump to navigation Jump to search
(Adding function page)
 
 
Line 18: Line 18:
== Examples ==
== Examples ==
<source lang="papyrus">
<source lang="papyrus">
; Return all the reports crimes to
Form[] containerForms = aContainer.GetContainerForms()
Form[] containerForms = aContainer.GetContainerForms()
</source>
</source>

Latest revision as of 19:44, 28 February 2022

Member of: ObjectReference Script

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

Syntax[edit | edit source]

Form[] Function GetContainerForms() native

Parameters[edit | edit source]

None.

Return Value[edit | edit source]

All base forms from the container.

Examples[edit | edit source]

Form[] containerForms = aContainer.GetContainerForms()

See Also[edit | edit source]