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

[DEV SERVER] Loading description...


Caveats


Parameters

FormObjKey

stringKeyName

int[]copy


Examples

Auto-Generated Example

Form myForm__ObjKey
string myString__KeyName
int[] myIntArray__copy

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