SetPulseFX( <speed>, <decayStart>, <decayDuration> )


Module: HUD

Summary:

Set the hudelem string to display with a "Pulse" effect.



Call this on:

A HUD element



Example:

elem SetPulseFX( 40, 2000, 600 );



Required Args:

  • 1 : <speed> Time (in milliseconds) each letter takes to type out.
  • 2 : <decayStart> Time to wait before starting the string's decay effect.
  • 3 : <decayDuration> How long to spend decaying.