Background for Skyrim SE
Member of the DynamicActorArrays script
Actor[]functionRemoveAt(Actor[]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

Actor[]akArray

intIndex


Examples

Auto-Generated Example

Actor[] myActorArray__akArray
int myInt__Index

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