- Found in:
- Scrab's PE
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
Examples
Auto-Generated Example
Form[] myFormArray__akForm
int[] myIntArray__aiSlots
bool myBool__abMatchAll
Armor[] returnedValue = SPE_Utility.FilterBySlot(myFormArray__akForm, myIntArray__aiSlots, myBool__abMatchAll)