Background for Skyrim SE
Member of the clib script
Actor[]functioncArrayRemoveIndexActor(Actor[]aArray, intindexToRemove=0, boolusePapUtil=true)Global

[DEV SERVER] Loading description...


Caveats


Parameters

Actor[]aArray

intindexToRemove=0

boolusePapUtil=true


Examples

Auto-Generated Example

Actor[] myActorArray__aArray
int myInt__indexToRemove
bool myBool__usePapUtil

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