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

Description

Documentation String

Requirements: None


Caveats


Parameters

string[]aArray

string[]toInsert

intinsertAtIndex=0


Examples

Auto-Generated Example

string[] myStringArray__aArray
string[] myStringArray__toInsert
int myInt__insertAtIndex

string[] returnedValue = clib.cArraySpliceString(myStringArray__aArray, myStringArray__toInsert, myInt__insertAtIndex)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.