- Found in:
- PapyrusUtil
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)