Background for Skyrim SE
Member of the SPE_Utility script
Armor[]functionFilterBySlot(Form[]akForm, int[]aiSlots, boolabMatchAll)NativeGlobal

Description

Documentation Comment

Remove any which do not use any of the given slots. If abMatchAll is true, only forms that use all slots are returned


Caveats


Parameters

Form[]akForm

int[]aiSlots

boolabMatchAll


Examples

Auto-Generated Example

Form[] myFormArray__akForm
int[] myIntArray__aiSlots
bool myBool__abMatchAll

Armor[] returnedValue = SPE_Utility.FilterBySlot(myFormArray__akForm, myIntArray__aiSlots, myBool__abMatchAll)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.