Background for Skyrim SE
Member of the DbMiscFunctions script
stringfunctionGetModOriginFromHexID(stringFormID)Global

Description

Documentation Comment

Return mod name string that the FormID comes from. e.g "Skyrim.esm"
assumes FormID is 8 digits long.
Requires skse


Caveats


Parameters

stringFormID


Examples

Auto-Generated Example

string myString__FormID

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