Background for Skyrim SE
Member of the clib script
Actor[]functioncArraySpliceActor(Actor[]aArray, Actor[]toInsert, intinsertAtIndex=0)Global

Description

Documentation String

Requirements: None

Documentation Comment

Inserts an array into another (returns new array)


Caveats


Parameters

Actor[]aArray

Actor[]toInsert

intinsertAtIndex=0


Examples

Auto-Generated Example

Actor[] myActorArray__aArray
Actor[] myActorArray__toInsert
int myInt__insertAtIndex

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