Background for Skyrim SE

The ImageSpaceModifier Script

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

    • 5 functions


    Inheritance Tree

    No indexed scripts extend this script.

    Properties

    No properties found.

      Events

        No events found.

      Functions

      • voidfunctionApply(floatafStrength=1.0)Native

        Applies this image-space modifier to the screen with the specified strength.

      • voidfunctionApplyCrossFade(floatafFadeDuration=1.0)Native

        Applies this image-space modifier to the cross-fade modifier chain, fading between the last one on the chain and this one over the specified duration.

      • voidfunctionPopTo(ImageSpaceModifierakNewModifier, floatafStrength=1.0)Native

        Disables this image space modifier and immediately enables the new one at the specified strength, "popping" to it. Note that this will not affect any image space modifier crossfade going on, assuming both this and the new modifier aren't involved in it.

      • voidfunctionRemove()Native

        Removes this image-space modifier from the screen .

      • voidfunctionRemoveCrossFade(floatafFadeDuration=1.0)NativeGlobal

        Removes the last image-space modifier from the crossfade chain, fading it out over the specified number of seconds.

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