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