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

Description

Documentation String

Requirements: None

Documentation Comment

Supply with array of ints and this removes those IndICES then returns new array


Caveats


Parameters

Actor[]aArray

int[]indicesToRemove

intstopLength=0


Examples

Auto-Generated Example

Actor[] myActorArray__aArray
int[] myIntArray__indicesToRemove
int myInt__stopLength

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