Project

General

Profile

EQ2_onLootWindowAppeared (Event)

Description

The EQ2_onLootWindowAppeared event will fire whenever a loot window appears, and will call any attached atoms

Arguments

  1. int ID

Usage

 Event[EQ2_onLootWindowAppeared]:AttachAtom[MyAtom]
 

...

 atom MyAtom(int ID)
 {
    ;do stuff
 }