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

Description

Documentation Comment

Outputs the values currently stored by the given object+key.

Returns a new array containing the values.

ObjKey: form to find value on. Set none to find global list value.
KeyName: name of list.


Caveats


Parameters

FormObjKey

stringKeyName


Examples

Auto-Generated Example

Form myForm__ObjKey
string myString__KeyName

int[] returnedValue = StorageUtil.IntListToArray(myForm__ObjKey, myString__KeyName)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.