Background for Skyrim SE
Member of the clib script
int[]functioncArrayGetValueIndicesBool(bool[]aArray, boolvalueToFind=false, boolinvertIt=false)Global

Description

Documentation String

Requirements: None


Parameters

  1. bool[]aArray

  2. boolvalueToFind=false

  3. boolinvertIt=false


Examples

Auto-Generated Example

bool[] myBoolArray__aArray
bool myBool__valueToFind
bool myBool__invertIt

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