Project

General

Profile

EQ2 onCharacterSheetUpdate (Event)

Description

The EQ2_onCharacterSheetUpdate event will fire whenever your character sheet receives an update from the server, and will call any attached atoms

Usage

 Event[EQ2_onCharacterSheetUpdate]:AttachAtom[MyAtom]
 

...

 atom MyAtom()
 {
    ;do stuff
 }