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

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

FormObjKey

stringKeyName

intindex


Examples

Auto-Generated Example

Form myForm__ObjKey
string myString__KeyName
int myInt__index

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