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


Parameters

  1. Form[]akEventItems

  2. FormakFilter

  3. 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.