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


Parameters

  1. FormObjKey

  2. stringKeyName

  3. intindex


Examples

Auto-Generated Example

Form myForm__ObjKey
string myString__KeyName
int myInt__index

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