Background for Skyrim SE
Member of the ObjectReference script
Form[]functionGetContainerForms()Native

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()

Related Pages


Additional References

View this function’s page on the Skyrim Creation Kit Wiki

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.