Project

General

Profile

EQ2_StartedZoning (Event)

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
 }