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

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)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.