Remove - ShaderParticleGeometry

Revision as of 12:44, 3 December 2015 by imported>Plplecuyer (Created page with "Category:Scripting Category:Papyrus '''Member of:''' ShaderParticleGeometry Script Removes this effect, with an optional fade-out time. == Syntax == <source lang="p...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Member of: ShaderParticleGeometry Script

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

SyntaxEdit

Function Remove(float afFadeOutTime = 0.0) native

ParametersEdit

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

Return ValueEdit

None.

ExamplesEdit

; Remove the fire effect instantly
FireEffect.Remove()


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

See AlsoEdit