- Found in:
- PapyrusUtil
Description
Documentation Comment
Gets the value of the very last element in a list, and subsequently removes the index afterward.
ObjKey: form to pop value from. Set none to get global list value.
KeyName: name of list to pop off it's last value.
Caveats
Parameters
FormObjKey
stringKeyName
Examples
Auto-Generated Example
Form myForm__ObjKey
string myString__KeyName
int returnedValue = StorageUtil.IntListPop(myForm__ObjKey, myString__KeyName)