- Found in:
- PO3's PE
voidfunctionRemoveListFromContainer(ObjectReferenceakRef, FormListakList, boolabNoEquipped=false, boolabNoFavorited=false, boolabNoQuestItem=false, ObjectReferenceakDestination=NONE)NativeGlobal
Description
GitHub Wiki Description (PO3's PE)
- Removes all items found in the formlist from the container, transferring them to an optional container
Caveats
Parameters
ObjectReferenceakRef
FormListakList
boolabNoEquipped=false
boolabNoFavorited=false
boolabNoQuestItem=false
ObjectReferenceakDestination=NONE
Examples
Auto-Generated Example
ObjectReference myObjectReference__akRef
FormList myFormList__akList
bool myBool__abNoEquipped
bool myBool__abNoFavorited
bool myBool__abNoQuestItem
ObjectReference myObjectReference__akDestination
PO3_SKSEFunctions.RemoveListFromContainer(myObjectReference__akRef, myFormList__akList, myBool__abNoEquipped, myBool__abNoFavorited, myBool__abNoQuestItem, myObjectReference__akDestination)Additional References
View this function on the GitHub Wiki for powerofthree's Papyrus Extender
