Background for Starfield

The Spell Script

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

        • voidfunctionCast(ObjectReferenceakSource, ObjectReferenceakTarget=NONE)Native

          Casts this spell from the specified object reference, optionally toward a target object reference.

        • voidfunctionRemoteCast(ObjectReferenceakSource, ActorakBlameActor, ObjectReferenceakTarget=NONE)Native

          Casts this spell from the specified object reference with a specified Actor getting the "blame" for the spell if it could cause a crime to occur, optionally toward a target object reference.

        • boolfunctionIsHostile()Native

          Returns whether this spell is considered hostile or not.

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