Background for Skyrim SE
Member of the DynamicStringArrays script
string[]functionShift(string[]akArray, boolFirst=true)

Description

Documentation Comment

Remove either the first or last element from the array and return new shortened array
Passed in array must be less than or equal to 129 elements in length.


Caveats


Parameters

string[]akArray

boolFirst=true


Examples

Auto-Generated Example

string[] myStringArray__akArray
bool myBool__First

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