Background for Skyrim SE
Member of the DbMiscFunctions script
stringfunctionGetModOriginName(FormakForm)Global

Description

Documentation Comment

Return mod name string that the akForm comes from. e.g "Skyrim.esm"
Requires skse


Caveats


Parameters

FormakForm


Examples

Auto-Generated Example

Form myForm__akForm

string returnedValue = DbMiscFunctions.GetModOriginName(myForm__akForm)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.