Background for Skyrim SE
Member of the StorageUtil script
intfunctionFileFloatListResize(stringKeyName, inttoLength, floatfiller=0.0)Global


Caveats


Parameters

stringKeyName

inttoLength

floatfiller=0.0


Examples

Auto-Generated Example

string myString__KeyName
int myInt__toLength
float myFloat__filler

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