Background for Skyrim SE
Member of the clib script
intfunctioncArrayRFindActor(Actor[]aArray, ActoraValue=NONE, 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


Parameters

  1. Actor[]aArray

  2. ActoraValue=NONE

  3. intstartAt=0

  4. boolinvertIt=true


Examples

Auto-Generated Example

Actor[] myActorArray__aArray
Actor myActor__aValue
int myInt__startAt
bool myBool__invertIt

int returnedValue = clib.cArrayRFindActor(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.