Background for Skyrim SE
Member of the SPE_Utility script
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

Form[]akForm

intaiGoldThreshold

boolabGreater

boolabEqual


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)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.