EQ2_onChoiceWindowAppeared (Event)¶
- Table of contents
- EQ2_onChoiceWindowAppeared (Event)
- Description
- Arguments
- Usage
Description¶
The EQ2_onChoiceWindowAppeared event will fire when a choice window (e.g. Yes/No window) appears.
Arguments¶
- int ID
Usage¶
Event
[EQ2_onChoiceWindowAppeared]:AttachAtom[MyAtom
]
...
atom MyAtom(int ID)
{
;do stuff
}