Background for Skyrim SE
Member of the StorageUtil script
intfunctionFileStringListAdd(stringKeyName, stringvalue, boolallowDuplicate=true)Global


Caveats


Parameters

stringKeyName

stringvalue

boolallowDuplicate=true


Examples

Auto-Generated Example

string myString__KeyName
string myString__value
bool myBool__allowDuplicate

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