Background for Skyrim SE
Member of the DbMiscFunctions script
voidfunctionPrintContainerItemsToFile(ObjectReferenceakContainer, stringFilePath, stringConfirmMessage="")Global

Description

Documentation Comment

Print all items in a container to the FilePath with the mod they come from included.
Requires SKSE


Caveats


Parameters

ObjectReferenceakContainer

stringFilePath

stringConfirmMessage=""


Examples

Auto-Generated Example

ObjectReference myObjectReference__akContainer
string myString__FilePath
string myString__ConfirmMessage

DbMiscFunctions.PrintContainerItemsToFile(myObjectReference__akContainer, myString__FilePath, myString__ConfirmMessage)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.