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

Description

Documentation Comment

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


Caveats


Parameters

FormakForm

stringPrefix

boolOnlyIfNotPresent=true


Examples

Auto-Generated Example

Form myForm__akForm
string myString__Prefix
bool myBool__OnlyIfNotPresent

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