Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
VSPC
SimInterface
AIPlane
C# Class VSPC.SimInterface.AIPlane
显示文件
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