Background for Starfield

The Curve Script

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

    • 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

        • boolfunctionHasValueAt(floatafInput)Native

          Check whether the given input value is within the range of defined values for the curve.

        • floatfunctionGetValueAt(floatafInput)Native

          Get the output value for the given input value.
          NOTE: Depending on the curve edge setting, it will clamp/mirror/repeat. Use HasValueAt first if you need to check if its within range.

        • float[]functionGetValues(float[]Inputs)

          jduvall
          gets an array of values for a given array of inputs

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