Background for Skyrim SE
Member of the PyramidUtils script
Form[]functionFilterFormsByGoldValue(Form[]akForms, intaiValue, boolabGreaterThan=true, boolabEqual=true)Global


Caveats


Parameters

Form[]akForms

intaiValue

boolabGreaterThan=true

boolabEqual=true


Examples

Auto-Generated Example

Form[] myFormArray__akForms
int myInt__aiValue
bool myBool__abGreaterThan
bool myBool__abEqual

Form[] returnedValue = PyramidUtils.FilterFormsByGoldValue(myFormArray__akForms, myInt__aiValue, myBool__abGreaterThan, myBool__abEqual)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.