Background for Skyrim SE
Member of the DbBigActorArray script

Description

Documentation Comment

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


Caveats


Examples

Auto-Generated Example

Actor returnedValue = myDbBigActorArray__toCallFunctionOn.GetPrevious()
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.