Background for Fallout 4

The LocationAlias Script

    The LocationAlias script is a part of Fallout 4’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

        • voidfunctionClear()Native

          Clears any location out of this alias. Will error if this alias is not optional.

        • LocationfunctionGetLocation()Native

          Attempts to retrive the location this alias is pointing at. If it has not been resolved to a location, it will return None.

        • voidfunctionForceLocationTo(LocationakNewLocation)Native

          Forces this alias to use the specified Location.

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