- Found in:
- Dylbills PE
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
Examples
Auto-Generated Example
ObjectReference myObjectReference__akContainer
string myString__FilePath
string myString__ConfirmMessage
DbMiscFunctions.PrintContainerItemsToFile(myObjectReference__akContainer, myString__FilePath, myString__ConfirmMessage)