Background for Skyrim SE
Member of the StorageUtil script
boolfunctionIntListInsert(FormObjKey, stringKeyName, intindex, intvalue)NativeGlobal

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

FormObjKey

stringKeyName

intindex

intvalue


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)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.