Background for Skyrim SE
Member of the DbBigStringArray script
boolfunctionSetAt(intindex, stringelement)

Description

Documentation Comment

Set the element at the index in the large array and set CurrentIndex (for getNext, setNext, GetPrevious and SetPrevious functions)


Caveats


Parameters

intindex

stringelement


Examples

Auto-Generated Example

int myInt__index
string myString__element

bool returnedValue = myDbBigStringArray__toCallFunctionOn.SetAt(myInt__index, myString__element)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.