Background for Skyrim SE
Member of the DbMiscFunctions script
string[]functionAddSuffixToStrings(string[]s, stringSuffix, boolOnlyIfNotPresent=true)Global

Description

Documentation Comment

Same as above but adds to all strings in array
Requires skse


Caveats


Parameters

string[]s

stringSuffix

boolOnlyIfNotPresent=true


Examples

Auto-Generated Example

string[] myStringArray__s
string myString__Suffix
bool myBool__OnlyIfNotPresent

string[] returnedValue = DbMiscFunctions.AddSuffixToStrings(myStringArray__s, myString__Suffix, myBool__OnlyIfNotPresent)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.