Background for Skyrim SE
Member of the SPE_Utility script
int[]functionPushFront_Int(int[]arr, intpush)NativeGlobal

Description

Documentation Comment

Create a new array [push, arr[0], arr[1], ..., arr[N-1]]


Caveats


Parameters

int[]arr

intpush


Examples

Auto-Generated Example

int[] myIntArray__arr
int myInt__push

int[] returnedValue = SPE_Utility.PushFront_Int(myIntArray__arr, myInt__push)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.