Project

General

Profile

EQ2_FinishedZoning (Event)

Description

The EQ2_FinishedZoning event will fire whenever you finish zoning, and will call any attached atoms.

Arguments

  1. string TimeInSeconds

Usage

 Event[EQ2_FinishedZoning]:AttachAtom[MyAtom]
 

...

 atom MyAtom(string TimeInSeconds)
 {
    ;do stuff
 }