Background for Skyrim SE
Member of the DynamicStringArrays script
string[]functionPush(string[]akArray, stringToPush)

Description

Documentation Comment

Add an element to the end of the array and return new array.
The passed in akArray must be less than 128 elements in length.


Parameters

string[]akArray

stringToPush


Examples

Auto-Generated Example

string[] myStringArray__akArray
string myString__ToPush

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