Project

General

Profile

EQ2_ActorSpawned (Event)

Description

The EQ2_ActorSpawned event will fire when your client becomes aware of an actor.

Arguments

  1. string ID
  2. string Name
  3. string Level
  4. string Type

Usage

 Event[EQ2_ActorSpawned]:AttachAtom[MyAtom]
 

...

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