Background for Fallout 4

The DefaultObject Script

    The DefaultObject 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:

    • 3 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

        • FormfunctionGetDefaultObject(stringeditorId)NativeGlobal

          Gets the Form for this default object by editor ID.

        • FormfunctionGet()Native

          Gets the Form for this default object.

        • voidfunctionSet(FormnewForm)Native

          Sets the Form for this default object.

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