Project

General

Profile

EQ2_ExamineItemWindowAppeared (Event)

Description

The EQ2_ExamineItemWindowAppeared event will fire whenever an Item examine window appears, and will call any attached atoms.

Arguments

  1. string ItemName
  2. int WindowID

Usage

 Event[EQ2_ExamineItemWindowAppeared]:AttachAtom[MyAtom]
 

...

 atom MyAtom(string ItemName, int WindowID)
 {
    ;do stuff
 }