Background for Skyrim SE
Member of the DbMiscFunctions script
voidfunctionAddSuffixToFormNames(Form[]akForms, stringSuffix, boolOnlyIfNotPresent=true)Global

Description

Documentation Comment

Same as above but adds to all form names in array
Requires skse


Caveats


Parameters

Form[]akForms

stringSuffix

boolOnlyIfNotPresent=true


Examples

Auto-Generated Example

Form[] myFormArray__akForms
string myString__Suffix
bool myBool__OnlyIfNotPresent

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