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


Parameters

  1. FormObjKey

  2. stringKeyName

  3. intindex

  4. stringmissing


Examples

Auto-Generated Example

Form myForm__ObjKey
string myString__KeyName
int myInt__index
string myString__missing

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