Background for Skyrim SE
Member of the JsonUtil script
boolfunctionFloatListCopy(stringFileName, stringKeyName, float[]copy)NativeGlobal


Caveats


Parameters

stringFileName

stringKeyName

float[]copy


Examples

Auto-Generated Example

string myString__FileName
string myString__KeyName
float[] myFloatArray__copy

bool returnedValue = JsonUtil.FloatListCopy(myString__FileName, myString__KeyName, myFloatArray__copy)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.