Background for Skyrim SE
Member of the ImageSpaceModifier script
voidfunctionRemoveCrossFade(floatafFadeDuration=1.0)NativeGlobal

Description

Wiki Description

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

Documentation Comment

Removes whatever modifier is on the cross-fade chain, fading it out


Parameters

  1. floatafFadeDuration=1.0

    CK Wiki Description

    How long the fade out should take, in seconds.

    • Default:1.0

Examples

No human-generated examples found for this function.

Auto-Generated Example

float myFloat__afFadeDuration

ImageSpaceModifier.RemoveCrossFade(myFloat__afFadeDuration)

Related Pages


Additional References

View this function’s page on the Skyrim Creation Kit Wiki

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