Background for Fallout 4

The FavoritesManager Script

    The FavoritesManager 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

        • Form[]functionGetTaggedForms()NativeGlobal

          Returns all Form that are tagged for search.

        • voidfunctionAddTaggedForms(Form[]forms)NativeGlobal

          Adds all Form in the array to be tagged for search. Be careful which form types are added, some may crash Fallout 4.

        • voidfunctionRemoveTaggedForms(Form[]forms)NativeGlobal

          Removes all Form in the array from tagged search.

        • boolfunctionIsTaggedForm(FormakForm)NativeGlobal

          Returns whether the specified Form is tagged for search.

        • Form[]functionGetFavorites()NativeGlobal

          Returns all 12 favorites which may contain none entries.

        • voidfunctionSetFavorites(Form[]favorites)NativeGlobal

          Sets all 12 favorites which may contain none entries.

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