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


Caveats


Parameters

FormObjKey

stringKeyName

intindex

floatmissing


Examples

Auto-Generated Example

Form myForm__ObjKey
string myString__KeyName
int myInt__index
float myFloat__missing

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