Project

General

Profile

EQ2 onContainerWindowAppeared (Event)

Description

The EQ2_onContainerWindowAppeared event will fire whenever a container window appears, and will call any attached atoms.

Arguments

  1. int ID

Usage

 Event[EQ2_onContainerWindowAppeared]:AttachAtom[MyAtom]

...

 atom MyAtom(int ID)
 {
    ;do stuff
 }