Background for Skyrim SE
Member of the DbMiscFunctions script
stringfunctionAddSuffixToString(strings, stringSuffix, boolOnlyIfNotPresent=true)Global

Description

Documentation Comment

Add suffix to string s and return new string
If OnlyIfNotPresent == true (default) only adds the suffix if it's not already present.
Requires skse


Caveats


Parameters

strings

stringSuffix

boolOnlyIfNotPresent=true


Examples

Auto-Generated Example

string myString__s
string myString__Suffix
bool myBool__OnlyIfNotPresent

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