Background for Skyrim SE
Member of the ShazdehUtils script
voidfunctionTransferItems(ObjectReferenceakSource, ObjectReferenceakTarget, intaiCount=-1, intaiFormType=0, FormakFormFilter=NONE, boolabExcludeWorn=true, boolabExcludeFavorites=true, boolabExcludeQuestItems=true)NativeGlobal

Description

Documentation Comment

akFormFilter can be:
None;
a Keyword (only trasnfer items with that keyword);
or a FormList (only transfer items within that FormList),
or Form


Caveats


Parameters

ObjectReferenceakSource

ObjectReferenceakTarget

intaiCount=-1

intaiFormType=0

FormakFormFilter=NONE

boolabExcludeWorn=true

boolabExcludeFavorites=true

boolabExcludeQuestItems=true


Examples

Auto-Generated Example

ObjectReference myObjectReference__akSource
ObjectReference myObjectReference__akTarget
int myInt__aiCount
int myInt__aiFormType
Form myForm__akFormFilter
bool myBool__abExcludeWorn
bool myBool__abExcludeFavorites
bool myBool__abExcludeQuestItems

ShazdehUtils.TransferItems(myObjectReference__akSource, myObjectReference__akTarget, myInt__aiCount, myInt__aiFormType, myForm__akFormFilter, myBool__abExcludeWorn, myBool__abExcludeFavorites, myBool__abExcludeQuestItems)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.