Background for Fallout 4

The F4SE Script

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

    For this script, the Papyrus index knows about:

    • 6 functions


    Inheritance Tree

    No indexed scripts extend this script.

    Structs

    The Papyrus Index is still under construction. Structs have not been implemented yet.

      Properties

      No properties found.

        Events

          No events found.

        Functions

        • intfunctionGetVersion()NativeGlobal

          Returns the major version of F4SE which is the first number of the version scheme.

        • intfunctionGetVersionMinor()NativeGlobal

          Returns the minor version of F4SE which is the second number of the version scheme.

        • intfunctionGetVersionBeta()NativeGlobal

          Returns the beta version of F4SE which is the third number of the version scheme.

        • intfunctionGetVersionRelease()NativeGlobal

          Returns the release index of F4SE which is the fourth number of the version scheme. This number is incremented every time F4SE is released outside of the development team.

        • intfunctionGetScriptVersionRelease()Global

          Gets the current script version of F4SE's scripts. This can be used to detect a script/runtime version mismatch.

        • intfunctionGetPluginVersion(stringname)NativeGlobal

          Gets the version of any currently installed F4SE plugin.

        Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.