메소드 |
설명 |
|
AddNamedPoint ( double lat, double lon, double alt, String name, WPFlag flaga, WPFlag flagb, WPFlag flagc, WPFlag flagd ) : WayPoint |
|
|
AddPoint ( double lat, double lon, double alt, WPFlag flaga, WPFlag flagb, WPFlag flagc, WPFlag flagd ) : WayPoint |
|
|
DisplayFlightPlanManagerWindow ( int id ) : void |
|
|
FormatLat ( double lat, String format = "{0:F3}" ) : String |
|
|
FormatLatNum ( double lat ) : String |
|
|
FormatLon ( double lon, String format = "{0:F3}" ) : String |
|
|
FormatLonNum ( double lon ) : String |
|
|
Initialise ( ) : void |
|
|
LoadPlansFromConfig ( ) : void |
|
|
LoadPlansFromConfigNamed ( String nodeName ) : void |
|
|
LoadPlansFromFiles ( ) : void |
|
|
LoadPlansFromNode ( ConfigNode node ) : void |
|
|
LoadPlansFromSingleFile ( String path ) : void |
|
|
SwitchVessels ( Vessel v ) : void |
|
|
UnhookVessel ( Vessel v ) : void |
|
|
VesselChanged ( Vessel v ) : void |
|
|
VesselDestroyed ( Vessel v ) : void |
|
|
VesselSwitched ( Vessel v ) : void |
|
|
controllerVisible ( APController controller ) : bool |
|
|
directToWaypoint ( WayPoint wp ) : void |
|
|
displayPresetWindow ( int id ) : void |
|
|
displayWindow ( int id ) : void |
|
|
drawButtonField ( String value, int fieldNum ) : bool |
|
|
drawField ( String value, int fieldNum, bool leftJust = false ) : void |
|
|
drawFieldHeader ( String value, int fieldNum ) : void |
|
|
drawPIDvalues ( AsstList controllerid, string inputName, string inputUnits, double inputValue, int displayPrecision, string outputName, string outputUnits, bool invertOutput = false, bool showTarget = true ) : void |
|
|
drawWayPoint ( WayPoint wp ) : void |
|
|
drawWayPointHeader ( ) : void |
|
|
findTerrainDistAtAngle ( float angle, float maxDist ) : float |
raycast from vessel CoM along the given angle, returns the distance at which terrain is detected (-1 if never detected). Angle is degrees to rotate forwards from vertical |
|
getAutoLandSpeed ( ) : double |
|
|
getClimbRateForConstAltitude ( ) : double |
|
|
hdgModeChanged ( HrztMode newMode, bool active, bool setTarget = true ) : void |
|
|
landingModeChanged ( LandingMode newMode ) : void |
|
|
terrainSlope ( double angle, double &slope ) : bool |
|
|
throttleModeChanged ( ThrottleMode newMode, bool active, bool setTarget = true ) : void |
|
|
tooltipWindow ( int id ) : void |
|
|
validFlightPlan ( ) : bool |
|
|
vertModeChanged ( VertMode newMode, bool active, bool implicitSet = true ) : void |
|
|
wpBtnStyle ( ) : GUIStyle |
|
|
wpLabelStyle ( ) : GUIStyle |
|
|
wpLeftLabelStyle ( ) : GUIStyle |
|
|