Background for Fallout 4

The BakaUtil Script

    The BakaUtil 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 Baka Framework (Baka).

    For this script, the Papyrus index knows about:

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

        • ObjectReference[]functionFilterReferencesByKeywords(ObjectReference[]aaReferences, Keyword[]aaKeywords, boolabRefrHasKeyword=true)NativeGlobal

          Filter the passed array of ObjectReferences for References that have at least one keyword from the passed array of Keywords if RefrHasKeyword is true,
          or Filter the passed array of ObjectReferences for References that do not have any of the keywords from the passed array of keywords if RefrHasKeyword is false

        • voidfunctionOpenWebPage(stringasURL, boolabFallback)NativeGlobal

          Open the passed URL in the Steam Overlay, or the user's desktop browser if the overlay is unavailable, and abFallback is true

        • voidfunctionRegisterForPipboyLightEvent(varakObject)NativeGlobal
        • voidfunctionUnregisterForPipboyLightEvent(varakObject)NativeGlobal
        Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.