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


Caveats


Parameters

FormObjKey

stringKeyName

float[]copy


Examples

Auto-Generated Example

Form myForm__ObjKey
string myString__KeyName
float[] myFloatArray__copy

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