EQ2_ExamineItemWindowAppeared (Event)¶
- Table of contents
- EQ2_ExamineItemWindowAppeared (Event)
- Description
- Arguments
- Usage
Description¶
The EQ2_ExamineItemWindowAppeared event will fire whenever an Item examine window appears, and will call any attached atoms.
Arguments¶
Usage¶
Event
[EQ2_ExamineItemWindowAppeared]:AttachAtom[MyAtom
]
...
atom MyAtom(string ItemName, int WindowID)
{
;do stuff
}