GetContainerForms - ObjectReference
Jump to navigation
Jump to search
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()