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


Caveats


Parameters

ObjectReferenceakRef

FormListakList

intaiFormType

boolabNoEquipped=true

boolabNoFavorited=false

boolabNoQuestItem=false


Examples

Auto-Generated Example

ObjectReference myObjectReference__akRef
FormList myFormList__akList
int myInt__aiFormType
bool myBool__abNoEquipped
bool myBool__abNoFavorited
bool myBool__abNoQuestItem

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