Background for Skyrim SE
Member of the DbMiscFunctions script
voidfunctionRemovePrefixFromFormName(FormakForm, stringPrefix)Global

Description

Documentation Comment

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


Caveats


Parameters

FormakForm

stringPrefix


Examples

Auto-Generated Example

Form myForm__akForm
string myString__Prefix

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