Background for Skyrim SE
Member of the DynamicActorArrays script
Actor[]functionShift(Actor[]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

Actor[]akArray

boolFirst=true


Examples

Auto-Generated Example

Actor[] myActorArray__akArray
bool myBool__First

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