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


Parameters

  1. stringFileName

  2. stringKeyName

  3. inttoLength

  4. floatfiller=0.0


Examples

Auto-Generated Example

string myString__FileName
string myString__KeyName
int myInt__toLength
float myFloat__filler

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