- Found in:
- Scrab's PE
Form[]functionFilterFormsByGoldValue(Form[]akForm, intaiGoldThreshold, boolabGreater, boolabEqual)NativeGlobal
Description
Documentation Comment
Remove any form whichs gold value is less than the given threshold (xor greater if abGreater, or equal if abEqual)
Caveats
Parameters
Examples
Auto-Generated Example
Form[] myFormArray__akForm
int myInt__aiGoldThreshold
bool myBool__abGreater
bool myBool__abEqual
Form[] returnedValue = SPE_Utility.FilterFormsByGoldValue(myFormArray__akForm, myInt__aiGoldThreshold, myBool__abGreater, myBool__abEqual)