- Found in:
- PapyrusUtil
Description
Documentation Comment
Get a value from list by index on form or globally.
This will return 0 as value if there was a problem.
ObjKey: form to get value on. Set none to get global list value.
KeyName: name of list.
index: index of value in the list.
Caveats
Parameters
Examples
Auto-Generated Example
Form myForm__ObjKey
string myString__KeyName
int myInt__index
int returnedValue = StorageUtil.IntListGet(myForm__ObjKey, myString__KeyName, myInt__index)