Background for Skyrim SE
Member of the PO3_SKSEFunctions script
voidfunctionAddAllItemsToList(ObjectReferenceakRef, FormListakList, boolabNoEquipped=true, boolabNoFavorited=false, boolabNoQuestItem=false)NativeGlobal


Parameters

  1. ObjectReferenceakRef

  2. FormListakList

  3. boolabNoEquipped=true

  4. boolabNoFavorited=false

  5. boolabNoQuestItem=false


Examples

Auto-Generated Example

ObjectReference myObjectReference__akRef
FormList myFormList__akList
bool myBool__abNoEquipped
bool myBool__abNoFavorited
bool myBool__abNoQuestItem

PO3_SKSEFunctions.AddAllItemsToList(myObjectReference__akRef, myFormList__akList, myBool__abNoEquipped, myBool__abNoFavorited, myBool__abNoQuestItem)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.