EQ2_ActorSpawned (Event)¶
Description¶
The EQ2_ActorSpawned event will fire when your client becomes aware of an actor.
Arguments¶
- string ID
- string Name
- string Level
- string Type
Usage¶
Event
[EQ2_ActorSpawned]:AttachAtom[MyAtom
]
...
atom MyAtom(string ID, string Name, string Level, string Type)
{
;do stuff
}