- Found in:
- Dylbills PE
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
Examples
Auto-Generated Example
Form myForm__akForm
string myString__Prefix
bool myBool__OnlyIfNotPresent
DbMiscFunctions.AddPrefixToFormName(myForm__akForm, myString__Prefix, myBool__OnlyIfNotPresent)