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

Description

Documentation Comment

For convenience. Returns the akForm ID as a hex string.
requires SKSE.


Caveats


Parameters

FormakForm


Examples

Auto-Generated Example

Form myForm__akForm

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