Background for Starfield

The Ingredient Script

    The Ingredient script is a part of Starfield’s Papyrus scripting ecosystem. It is included with the base game.

    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

        • boolfunctionIsHostile()Native

          Returns whether this ingredient is considered hostile or not.

        • voidfunctionLearnEffect(intaiIndex)Native

          Flags the effect with the given index as known by the player.

        • intfunctionLearnNextEffect()Native

          Flags the next unknown effect as known by the player and returns the index of the effect that was learned.

        • voidfunctionLearnAllEffects()Native

          Flags all effects as known by the player.

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