Background for Skyrim SE
Member of the PO3_SKSEFunctions script
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

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