Background for Skyrim SE
Member of the SPE_Utility script
Armor[]functionFilterBySlotmask(Form[]akForm, intaiSlotMask, boolabMatchAll)NativeGlobal


Caveats


Parameters

Form[]akForm

intaiSlotMask

boolabMatchAll


Examples

Auto-Generated Example

Form[] myFormArray__akForm
int myInt__aiSlotMask
bool myBool__abMatchAll

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