Background for Skyrim SE
Member of the clib script
intfunctioncArrayRFindBool(bool[]aArray, boolaValue=false, intstartAt=0, boolinvertIt=true)Global

Description

Documentation String

Requirements: None

Documentation Comment

use it for invertIt
startAt requires a positive int and counts backwards from the end


Caveats


Parameters

bool[]aArray

boolaValue=false

intstartAt=0

boolinvertIt=true


Examples

Auto-Generated Example

bool[] myBoolArray__aArray
bool myBool__aValue
int myInt__startAt
bool myBool__invertIt

int returnedValue = clib.cArrayRFindBool(myBoolArray__aArray, myBool__aValue, myInt__startAt, myBool__invertIt)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.