C# Class VSPC.SimInterface.AIPlane

Show file Open project: chembergj/VSPC Class Usage Examples

Public Methods

Method Description
AIPlane ( string callsign ) : System
IsTargetWaypointStale ( ) : bool
SetTargetWaypoint ( Waypoint wp ) : void

Method Details

AIPlane() public method

public AIPlane ( string callsign ) : System
callsign string
return System

IsTargetWaypointStale() public method

public IsTargetWaypointStale ( ) : bool
return bool

SetTargetWaypoint() public method

public SetTargetWaypoint ( Waypoint wp ) : void
wp Waypoint
return void