Apply - ShaderParticleGeometry

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

Member of: ShaderParticleGeometry Script

Applies this effect, with an optional fade-in time.

SyntaxEdit

Function Apply(float afFadeInTime = 0.0) native

ParametersEdit

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

Return ValueEdit

None.

ExamplesEdit

; Apply the fire effect instantly
FireEffect.Apply()


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

See AlsoEdit