Background for Skyrim SE
Member of the JsonUtil script
intfunctionIntListResize(stringFileName, stringKeyName, inttoLength, intfiller=0)NativeGlobal


Caveats


Parameters

stringFileName

stringKeyName

inttoLength

intfiller=0


Examples

Auto-Generated Example

string myString__FileName
string myString__KeyName
int myInt__toLength
int myInt__filler

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