Background for Skyrim SE
Member of the DbBigStringArray script
voidfunctionSetPrevious(stringelement)

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

stringelement


Examples

Auto-Generated Example

string myString__element

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