Schedule

From Valve Developer Community
Revision as of 06:04, 20 November 2007 by Tourorist (talk | contribs) (minoro)
Jump to navigation Jump to search

A schedule is a list of tasks the NPC is to perform, a schedule could be to go to a specific location, such as SCHED_FORCED_GO or a schedule to create an attack plan SCHED_PLAN_ATTACK. The NPC's schedule selection is governed by its current state and conditions.

See also