C# Class VSPC.SimInterface.AIPlane

Afficher le fichier Open project: chembergj/VSPC Class Usage Examples

Méthodes publiques

Méthode Description
AIPlane ( string callsign ) : System
IsTargetWaypointStale ( ) : bool
SetTargetWaypoint ( Waypoint wp ) : void

Method Details

AIPlane() public méthode

public AIPlane ( string callsign ) : System
callsign string
Résultat System

IsTargetWaypointStale() public méthode

public IsTargetWaypointStale ( ) : bool
Résultat bool

SetTargetWaypoint() public méthode

public SetTargetWaypoint ( Waypoint wp ) : void
wp Waypoint
Résultat void