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

Description

Documentation Comment

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


Caveats


Parameters

Actorelement


Examples

Auto-Generated Example

Actor myActor__element

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