Background for Skyrim SE
Member of the StorageUtil script
intfunctionFloatListResize(FormObjKey, stringKeyName, inttoLength, floatfiller=0.0)NativeGlobal


Caveats


Parameters

FormObjKey

stringKeyName

inttoLength

floatfiller=0.0


Examples

Auto-Generated Example

Form myForm__ObjKey
string myString__KeyName
int myInt__toLength
float myFloat__filler

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