Background for Skyrim SE
Member of the clib script
Form[]functioncArrayRemoveIndicesForm(Form[]aArray, int[]indicesToRemove, intstopLength=0)Global

Description

Documentation String

Requirements: None


Caveats


Parameters

Form[]aArray

int[]indicesToRemove

intstopLength=0


Examples

Auto-Generated Example

Form[] myFormArray__aArray
int[] myIntArray__indicesToRemove
int myInt__stopLength

Form[] returnedValue = clib.cArrayRemoveIndicesForm(myFormArray__aArray, myIntArray__indicesToRemove, myInt__stopLength)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.