Background for Skyrim SE
Member of the DynamicStringArrays script
string[]functionInsertAt(string[]akArray, stringToInsert, intIndex)

Description

Documentation Comment

insert the ToInsert string into the array, increasing the size by one and
moving each string after index back by one, returning the new array.


Parameters

string[]akArray

stringToInsert

intIndex


Examples

Auto-Generated Example

string[] myStringArray__akArray
string myString__ToInsert
int myInt__Index

string[] returnedValue = myDynamicStringArrays__toCallFunctionOn.InsertAt(myStringArray__akArray, myString__ToInsert, myInt__Index)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.