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

Description

Documentation Comment

Helper functions for filtering arguments of Inventory Events


Caveats


Parameters

Form[]akEventItems

FormakFilter


Examples

Auto-Generated Example

Form[] myFormArray__akEventItems
Form myForm__akFilter

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