EQ2_onAnnouncement (Event)¶
- Table of contents
- EQ2_onAnnouncement (Event)
- Description
- Arguments
- Usage
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¶
Usage¶
Event
[EQ2_onAnnouncement]:AttachAtom[MyAtom
]
...
atom MyAtom(string Text, string SoundType, float Timer)
{
;do stuff
}