Background for Skyrim SE
Member of the clib script
intfunctioncArrayFindActor(Actor[]aArray, ActoraValue=NONE, intstartAt=0, boolinvertIt=true)Global

Description

Documentation String

Requirements: None

Documentation Comment

Yes...This is .Find() and rFind() used for Bool invert (first value that != aValue)


Caveats


Parameters

Actor[]aArray

ActoraValue=NONE

intstartAt=0

boolinvertIt=true


Examples

Auto-Generated Example

Actor[] myActorArray__aArray
Actor myActor__aValue
int myInt__startAt
bool myBool__invertIt

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