Background for Starfield

The GameplayOption Script

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

        • floatfunctionGetRewardValue()Native

          Get the numerical reward value for the current setting on this GameplayOption form

        • floatfunctionGetValue()Native

          Get this GameplayOption form's current value. Bools are represented as 0 for false and non-zero for true

        • floatfunctionGetXPTotal()NativeGlobal

          Get the sum total of all active XP modifiers across every GameplayOption

        • voidfunctionNotifyGameplayOptionUpdateFinished()NativeGlobal

          Notify native code that script is finished updating values related to GameplayOptions and may operate on the new state

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