EQ2_ActorDespawned (Event)¶
- Table of contents
- EQ2_ActorDespawned (Event)
- Description
- Arguments
- Usage
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¶
Usage¶
Event
[EQ2_ActorDespawned]:AttachAtom[MyAtom
]
...
atom MyAtom(string ID, string Name)
{
;do stuff
}