Background for Skyrim SE
Member of the StorageUtil script
intfunctionStringListAdd(FormObjKey, stringKeyName, stringvalue, boolallowDuplicate=true)NativeGlobal


Caveats


Parameters

FormObjKey

stringKeyName

stringvalue

boolallowDuplicate=true


Examples

Auto-Generated Example

Form myForm__ObjKey
string myString__KeyName
string myString__value
bool myBool__allowDuplicate

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