- Found in:
- PapyrusUtil
Description
Documentation Comment
Insert an int/float/string/Form to a list on form or globally and return
if successful.
ObjKey: form to add to. Set none to add global value.
KeyName: name of value.
index: position in list to put the value. 0 is first entry in list.
value: value to add.
Caveats
Parameters
Examples
Auto-Generated Example
Form myForm__ObjKey
string myString__KeyName
int myInt__index
int myInt__value
bool returnedValue = StorageUtil.IntListInsert(myForm__ObjKey, myString__KeyName, myInt__index, myInt__value)