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


Caveats


Parameters

FormObjKey

stringKeyName

intindex

floatvalue


Examples

Auto-Generated Example

Form myForm__ObjKey
string myString__KeyName
int myInt__index
float myFloat__value

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