- Found in:
- PapyrusUtil
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)