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

Description

Documentation Comment

Get the Skyrim Version Text displayed in the journal menu, e.g "1.5.97"
The Journal Menu system page must be open for this function to work.
Use RegisterForMenu("Journal Menu") and the OnMenuOpen event to ensure the Journal Menu is open.
Or, if your mod has an MCM, this will work when the MCM Menu is open, so use OnConfigOpen in your MCM script.
requires skse


Caveats


Examples

Auto-Generated Example

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