EQ2_ReplyDialogAppeared (Event)¶
- Table of contents
- EQ2_ReplyDialogAppeared (Event)
- Description
- Arguments
- Usage
Description¶
The EQ2_ReplyDialogAppeared event will fire whenever a reply dialog appears, and will call any attached atoms.
Arguments¶
Usage¶
Event
[EQ2_ReplyDialogAppeared]:AttachAtom[MyAtom
]
...
atom MyAtom(int ID)
{
;do stuff
}