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