S2ENGINE HD
1.4.6
Official manual about S2Engine HD editor and programming
|
Base Class: AIPoint
PatrolPoint is a special kind of AIPoint that is used by AIGetNearestTacticalPatrolPoint and AIGetFurthestTacticalPatrolPoint functions to respectively choose the nearest or Furthest point an AI agent can reach from a given position (usually its position) during a patrol. During the choise AI system also checks if the point is also occupied by another agent. An ID is also associated to a PatrolPoint to let AIGetNearestTacticalPatrolPoint and AIGetFurthestTacticalPatrolPoint to choose only points with a given ID.
radius | unused. |
ID | (int) ID of the patrol point, it is used as filter into AIGetNearestTacticalPatrolPoint function. |
none
none