- Found in:
- SKSE
Description
Wiki Description
Returns an array containing all base forms in a specified container.
Documentation Comment
Returns all base forms from the container into a new array
Caveats
Examples
Form[] containerForms = aContainer.GetContainerForms()Auto-Generated Example
Form[] returnedValue = myObjectReference__toCallFunctionOn.GetContainerForms()