Schedule
The object returned by ai_schedule.New.
Methods
Adds a task to the schedule. See also Schedule:AddTaskEx if you wish to customize task start and run function names.
See also ENTITY:StartSchedule, NPC:StartEngineTask, and NPC:RunEngineTask.
Adds a task to the schedule with completely custom function names.
See also Schedule:AddTask.
This is used internally - although you're able to use it you probably shouldn't.
Initialises the Schedule. Called by ai_schedule. New when the Schedule is created.