Background for Starfield

The FormList Script

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

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

        • voidfunctionAddForm(FormapForm)Native

          Adds the given form to the form list.

        • intfunctionFind(FormapForm)Native

          Searches for the specified form in the form list, returning its index (or a negative number if the form isn't found in the list)

        • intfunctionGetSize()Native

          Returns the number of items in the list.

        • Form[]functionGetArray(boolabRecurse=false)Native

          Returns an array of all forms in the list, with a parameter to specify whether to recurse one level

        • FormfunctionGetAt(intaiIndex)Native

          Returns the form at a specified index in the list.

        • boolfunctionHasForm(FormakForm)Native

          Returns whether the passed-in form exists in this form list.

        • voidfunctionRemoveAddedForm(FormapForm)Native

          Removes the given added form from the form list. Only forms added to the list via calls to AddForm can be removed.

        • voidfunctionRevert()Native

          Removes all script added forms from the list.

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