Background for Skyrim SE
Member of the DbMiscFunctions script
voidfunctionRemoveSuffixFromFormName(FormakForm, stringSuffix)Global

Description

Documentation Comment

Remove Suffix from akForm's name if it exists
Requires skse


Caveats


Parameters

FormakForm

stringSuffix


Examples

Auto-Generated Example

Form myForm__akForm
string myString__Suffix

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