Background for Skyrim SE

The VisualEffect Script

    The VisualEffect script is a part of Skyrim SE’s Papyrus scripting ecosystem. It is included with the base game.

    For this script, the Papyrus index knows about:

    • 2 functions


    Inheritance Tree

    No indexed scripts extend this script.

    Properties

    No properties found.

      Events

        No events found.

      Functions

      • voidfunctionPlay(ObjectReferenceakObject, floatafTime=-1, ObjectReferenceakFacingObject=NONE)Native

        Plays this visual effect on the object for the specified duration in seconds - possibly facing the second object.

      • voidfunctionStop(ObjectReferenceakObject)Native

        Stops playing this visual effect on the object.

      Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.