S2ENGINE HD  1.4.6
Official manual about S2Engine HD editor and programming
Patrolpoint

Base Class: AIPoint

Patrolpoint.jpg

Overview

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.

See also
Editing Points to know how to create and edit AI Points. For more informations about using AI objects see AI.
Parameters
radiusunused.
ID(int) ID of the patrol point, it is used as filter into AIGetNearestTacticalPatrolPoint function.

Receiving Messages

none

Sending Messages

none

See also
Messages