Background for Skyrim SE
Member of the DbBigStringArray script
stringfunctionRemoveAt(intindex)

Description

Documentation Comment

remove the string at the index, reducing the size by 1 and moving each element after the index back by 1.
returns the string that's currently at the index


Caveats


Parameters

intindex


Examples

Auto-Generated Example

int myInt__index

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