Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
VSPC
SimInterface
AIPlane
C# 클래스 VSPC.SimInterface.AIPlane
파일 보기
프로젝트 열기: chembergj/VSPC
1 사용 예제들
공개 메소드들
메소드
설명
AIPlane
(
string
callsign
) :
System
IsTargetWaypointStale
( ) :
bool
SetTargetWaypoint
(
Waypoint
wp
) :
void
메소드 상세
AIPlane()
공개
메소드
public
AIPlane
(
string
callsign
) :
System
callsign
string
리턴
System
IsTargetWaypointStale()
공개
메소드
public
IsTargetWaypointStale
( ) :
bool
리턴
bool
SetTargetWaypoint()
공개
메소드
public
SetTargetWaypoint
(
Waypoint
wp
) :
void
wp
Waypoint
리턴
void