Background for Skyrim SE
Member of the StorageUtil script
voidfunctionFloatListSlice(FormObjKey, stringKeyName, float[]slice, intstartIndex=0)NativeGlobal


Caveats


Parameters

FormObjKey

stringKeyName

float[]slice

intstartIndex=0


Examples

Auto-Generated Example

Form myForm__ObjKey
string myString__KeyName
float[] myFloatArray__slice
int myInt__startIndex

StorageUtil.FloatListSlice(myForm__ObjKey, myString__KeyName, myFloatArray__slice, myInt__startIndex)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.