- Found in:
- Dylbills PE
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)