Remove - ShaderParticleGeometry

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search

Member of: ShaderParticleGeometry Script

Removes this effect, with an optional fade-out time.

Syntax[edit | edit source]

Function Remove(float afFadeOutTime = 0.0) native

Parameters[edit | edit source]

  • afFadeOutTime: The time to fade over, in seconds
    • Default: 0.0

Return Value[edit | edit source]

None.

Examples[edit | edit source]

; Remove the fire effect instantly
FireEffect.Remove()


; Remove the freeze effect over 3 and a half seconds
FreezeEffect.Remove(3.5)

See Also[edit | edit source]