Background for Skyrim SE
Member of the DbBigActorArray script
voidfunctionSetNext(Actorelement)

Description

Documentation Comment

set the next element in the big array. Add 1 to currentIndex and set the element
if the current index is already at the last valid element (size - 1), goes to the first index in the array (0).


Caveats


Parameters

Actorelement


Examples

Auto-Generated Example

Actor myActor__element

myDbBigActorArray__toCallFunctionOn.SetNext(myActor__element)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.