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


Parameters

  1. Form[]akForm

  2. intaiSlotMask

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