- Found in:
- Dylbills PE
boolfunctionCopyArray(stringakHandle_A, stringsScriptName_A, stringsArrayPropertyName_A, stringakHandle_B, stringsScriptName_B, stringsArrayPropertyName_B)NativeGlobal
Description
Documentation Comment
Replace the _B array with a copy of the _A array. The _A array is unaltered.
Array _A and array _B must be the same type. Remember both arrays must be already initialized.
Caveats
Parameters
stringakHandle_A
stringsScriptName_A
stringsArrayPropertyName_A
stringakHandle_B
stringsScriptName_B
stringsArrayPropertyName_B
Examples
Auto-Generated Example
string myString__akHandle_A
string myString__sScriptName_A
string myString__sArrayPropertyName_A
string myString__akHandle_B
string myString__sScriptName_B
string myString__sArrayPropertyName_B
bool returnedValue = PapyrusUtilEx.CopyArray(myString__akHandle_A, myString__sScriptName_A, myString__sArrayPropertyName_A, myString__akHandle_B, myString__sScriptName_B, myString__sArrayPropertyName_B)