AIBehaviourCyclicRoute : public class
Created: 2008-04-12 18:37:15
Modified: 2008-04-12 19:15:47
Project:
Advanced:
This behaviour allows to define a list of point which should be visited in a sequential fashion. When last point is reached, the whole behaviour starts over, going to point #1 and repeating sequence.

How it works:
A list of AIBehaviourGoto instances is being build and added to local subbehaviours container.
Object Type Connection Notes
AIBehaviour Class Generalization