Background for Skyrim SE
Member of the clib script
int[]functioncArrayGetValueIndicesInt(int[]aArray, intvalueToFind=0, boolinvertIt=false)Global

Description

Documentation String

Requirements: None


Caveats


Parameters

int[]aArray

intvalueToFind=0

boolinvertIt=false


Examples

Auto-Generated Example

int[] myIntArray__aArray
int myInt__valueToFind
bool myBool__invertIt

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