Background for Skyrim SE

The SKSE Script

    The SKSE script is a part of Skyrim SE’s Papyrus scripting ecosystem. This script is not present in the vanilla game, but can be found in modded sources like Skyrim Script Extender x64 (SKSE).

    For this script, the Papyrus index knows about:

    • 6 functions


    Inheritance Tree

    No indexed scripts extend this script.

    Properties

    No properties found.

      Events

        No events found.

      Functions

      • intfunctionGetVersion()NativeGlobal

        Returns the major version of SKSE. (This function requires SKSE)

      • intfunctionGetVersionMinor()NativeGlobal

        Returns the minor version of SKSE. (This function requires SKSE)

      • intfunctionGetVersionBeta()NativeGlobal

        Returns the beta version of SKSE. (This function requires SKSE)

      • intfunctionGetVersionRelease()NativeGlobal

        Returns the release version of SKSE. (This function requires SKSE)

      • intfunctionGetScriptVersionRelease()Global

        get the release index of this script file.
        Can be used to detect a script/runtime version mismatch

      • intfunctionGetPluginVersion(stringname)NativeGlobal

        get a plugins version number, -1 if the plugin is not loaded

      Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.