Background for Skyrim SE
Member of the DbBigStringArray script
stringfunctionGetNext()

Description

Documentation Comment

get the next element in the big array. Add 1 to currentIndex and get 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


Examples

Auto-Generated Example

string returnedValue = myDbBigStringArray__toCallFunctionOn.GetNext()
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.