Background for Skyrim SE
Member of the PAPER_SKSEFunctions script
Form[]functionApplyInventoryEventFilterToForms(int[]aiIndicesToKeep, Form[]akFormArray)NativeGlobal


Caveats


Parameters

int[]aiIndicesToKeep

Form[]akFormArray


Examples

Auto-Generated Example

int[] myIntArray__aiIndicesToKeep
Form[] myFormArray__akFormArray

Form[] returnedValue = PAPER_SKSEFunctions.ApplyInventoryEventFilterToForms(myIntArray__aiIndicesToKeep, myFormArray__akFormArray)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.