Background for Skyrim SE
Member of the DynamicStringArrays script
string[]functionDuplicate(string[]akArray)

Description

Documentation Comment

Copy all the elements from akArray to NewArray and return NewArray.
Only copy's up to 128 elements.
different than doing ArrayA = ArrayB.
When doing that, altering ArrayB will also alter ArrayA. Not so with these copy functions.


Caveats


Parameters

string[]akArray


Examples

Auto-Generated Example

string[] myStringArray__akArray

string[] returnedValue = myDynamicStringArrays__toCallFunctionOn.Duplicate(myStringArray__akArray)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.