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


Parameters

  1. FormakForm

  2. 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.