Background for Skyrim SE

The SPE_Interface Script

    The SPE_Interface 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 Scrab's Papyrus Extender (Scrab's PE).

    For this script, the Papyrus index knows about:

    • 5 functions


    Inheritance Tree

    No indexed scripts extend this script.

    Properties

    No properties found.

      Events

        No events found.

      Functions

      • voidfunctionPrintConsole(stringasText)NativeGlobal

        Print the given String into the consosle

      • stringfunctionGetMenuName()NativeGlobal

        Return the name of the custom menu

      • boolfunctionOpenCustomMenu(stringasFilePath)NativeGlobal

        Open/close a custom menu under the given filepath
        The difference between this menu and the one provided by SKSE is that this one will not pause the game while open

      • voidfunctionCloseCustomMenu()NativeGlobal
      • stringfunctionGetButtonForDXScanCode(intaiKeyCode)NativeGlobal

        Return the string representation of the given key code

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