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