Background for Fallout 4
Member of the ImageSpaceModifier script
voidfunctionApplyCrossFade(floatafFadeDuration=1.0)Native

Description

Wiki Description

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.

Documentation Comment

Adds this modifier to the cross-fade chain, removing the previous modifier, and fading over the specified duration (in seconds)


Parameters

  1. floatafFadeDuration=1.0

    CK Wiki Description

    How long the crossfade should take, in seconds.

    • Default:1.0

Examples

; Cross-fade to the blood effect over 1 second
BloodSplatter.ApplyCrossFade()
; Cross-fade to the blood effect over half a second
BloodSplatter.ApplyCrossFade(0.5)

Auto-Generated Example

float myFloat__afFadeDuration

myImageSpaceModifier__toCallFunctionOn.ApplyCrossFade(myFloat__afFadeDuration)

Related Pages


Additional References

View this function’s page on the Fallout 4 Creation Kit Wiki

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