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

Description

Documentation Comment

Remove the element at the Index of the akArray and return new array.
Passed in array must be less than or equal to 129 elements in length.


Caveats


Parameters

string[]akArray

intIndex


Examples

Auto-Generated Example

string[] myStringArray__akArray
int myInt__Index

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