Project

General

Profile

EQ2_onChoiceWindowAppeared (Event)

Description

The EQ2_onChoiceWindowAppeared event will fire when a choice window (e.g. Yes/No window) appears.

Arguments

  1. int ID

Usage

 Event[EQ2_onChoiceWindowAppeared]:AttachAtom[MyAtom]
 

...

 atom MyAtom(int ID)
 {
    ;do stuff
 }