Background for Skyrim SE
Member of the PO3_SKSEFunctions script
Form[]functionAddAllItemsToArray(ObjectReferenceakRef, boolabNoEquipped=true, boolabNoFavorited=false, boolabNoQuestItem=false)NativeGlobal

Description

GitHub Wiki Description (PO3's PE)

  • Adds all inventory items to array, filtering out equipped, favourited and quest items.

Caveats


Parameters

ObjectReferenceakRef

boolabNoEquipped=true

boolabNoFavorited=false

boolabNoQuestItem=false


Examples

Auto-Generated Example

ObjectReference myObjectReference__akRef
bool myBool__abNoEquipped
bool myBool__abNoFavorited
bool myBool__abNoQuestItem

Form[] returnedValue = PO3_SKSEFunctions.AddAllItemsToArray(myObjectReference__akRef, myBool__abNoEquipped, myBool__abNoFavorited, myBool__abNoQuestItem)

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.