Background for Skyrim SE
Member of the DbMiscFunctions script
voidfunctionRemovePrefixFromFormNames(Form[]akForms, stringPrefix, boolOnlyIfNotPresent=true)Global

Description

Documentation Comment

Same as above but removes from all form names in array
Requires skse


Caveats


Parameters

Form[]akForms

stringPrefix

boolOnlyIfNotPresent=true


Examples

Auto-Generated Example

Form[] myFormArray__akForms
string myString__Prefix
bool myBool__OnlyIfNotPresent

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