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

Description

Documentation Comment

Add Suffix to akForm's name
If OnlyIfNotPresent == true (default) only adds the Suffix if it's not already present.
Requires skse


Caveats


Parameters

FormakForm

stringSuffix

boolOnlyIfNotPresent=true


Examples

Auto-Generated Example

Form myForm__akForm
string myString__Suffix
bool myBool__OnlyIfNotPresent

DbMiscFunctions.AddSuffixToFormName(myForm__akForm, myString__Suffix, myBool__OnlyIfNotPresent)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.