Background for Skyrim SE
Member of the clib script
int[]functioncArrayGetValueIndicesForm(Form[]aArray, FormvalueToFind=NONE, boolinvertIt=false)Global

Description

Documentation String

Requirements: None


Caveats


Parameters

Form[]aArray

FormvalueToFind=NONE

boolinvertIt=false


Examples

Auto-Generated Example

Form[] myFormArray__aArray
Form myForm__valueToFind
bool myBool__invertIt

int[] returnedValue = clib.cArrayGetValueIndicesForm(myFormArray__aArray, myForm__valueToFind, myBool__invertIt)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.