Project

General

Profile

EQ2_ActorDespawned (Event)

Description

The EQ2_ActorDespawned event will fire when your client is no longer aware of an actor. Due to some EQ2 bugs, this event may not fire for all actors when they despawn.

Arguments

  1. string ID
  2. string Name

Usage

 Event[EQ2_ActorDespawned]:AttachAtom[MyAtom]
 

...

 atom MyAtom(string ID, string Name)
 {
    ;do stuff
 }