Schedule for monsters to follow.
Type: Reference type
Declaration | Description |
---|---|
Task@ GetTask(int iIndex) const | Gets a task in this schedule. Must be between 0 and cTasks. |
string szName() const | Gets the name of this schedule. |
Declaration | Description |
---|---|
int cTasks | Number of tasks in this schedule. |
int iInterruptMask | A bit mask of conditions that can interrupt this schedule. |
int iSoundMask | A more specific mask that indicates which TYPES of sounds will interrupt the schedule in the event that the schedule is broken by COND_HEAR_SOUND. |