Background for Skyrim SE
Member of the PAPER_SKSEFunctions script
int[]functionUpdateInventoryEventFilterIndices(Form[]akEventItems, FormakFilter, int[]aiIndices)NativeGlobal


Caveats


Parameters

Form[]akEventItems

FormakFilter

int[]aiIndices


Examples

Auto-Generated Example

Form[] myFormArray__akEventItems
Form myForm__akFilter
int[] myIntArray__aiIndices

int[] returnedValue = PAPER_SKSEFunctions.UpdateInventoryEventFilterIndices(myFormArray__akEventItems, myForm__akFilter, myIntArray__aiIndices)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.