Third Person Cover Shooter  1.6
CoverShooter.AIWaypoints Class Reference

When asked to, walks the character motor around the waypoints. More...

Inheritance diagram for CoverShooter.AIWaypoints:
CoverShooter.AIBase

Public Member Functions

void ToStartVisitingWaypoints ()
 Told by the brains to start visiting points in order. More...
 
void ToStopVisitingWaypoints ()
 Told by the brains to stop visiting waypoints. More...
 
- Public Member Functions inherited from CoverShooter.AIBase
void Message (string name)
 Sends a message to other components. More...
 
void Message (string name, object value)
 Sends a message to other components. More...
 

Public Attributes

Waypoint [] Waypoints
 Points to visit. More...
 

Detailed Description

When asked to, walks the character motor around the waypoints.

The AI can be made to run or wait at each position.

Member Function Documentation

◆ ToStartVisitingWaypoints()

void CoverShooter.AIWaypoints.ToStartVisitingWaypoints ( )

Told by the brains to start visiting points in order.

◆ ToStopVisitingWaypoints()

void CoverShooter.AIWaypoints.ToStopVisitingWaypoints ( )

Told by the brains to stop visiting waypoints.

Member Data Documentation

◆ Waypoints

Waypoint [] CoverShooter.AIWaypoints.Waypoints

Points to visit.


The documentation for this class was generated from the following file: