Project

General

Profile

EQ2_onAnnouncement (Event)

Description

The EQ2_onAnnouncement event will fire when when 'announcements' are received.  'Announcements' are large graphic texts that appear on the screen and then fade after a set duration.

Arguments

  1. string Text
  2. string SoundType
  3. float Timer

Usage

 Event[EQ2_onAnnouncement]:AttachAtom[MyAtom]
 

...

 atom MyAtom(string Text, string SoundType, float Timer)
 {
    ;do stuff
 }