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

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

stringelement


Examples

Auto-Generated Example

string myString__element

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