Background for Skyrim SE
Member of the StorageUtil script
intfunctionIntListShift(FormObjKey, stringKeyName)NativeGlobal

Description

Documentation Comment

Gets the value of the very first element in a list, and subsequently removes the index afterward.

ObjKey: form to shift value from. Set none to get global list value.
KeyName: name of list to shift it's first value from.


Caveats


Parameters

FormObjKey

stringKeyName


Examples

Auto-Generated Example

Form myForm__ObjKey
string myString__KeyName

int returnedValue = StorageUtil.IntListShift(myForm__ObjKey, myString__KeyName)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.