EQ2_StartedZoning (Event)¶
- Table of contents
- EQ2_StartedZoning (Event)
- Description
- Usage
Description¶
The EQ2_StartedZoning event will fire whenever you start zoning, and will call any attached atoms.
Usage¶
Event
[EQ2_StartedZoning]:AttachAtom[MyAtom
]
...
atom MyAtom()
{
;do stuff
}