Method | Description | |
---|---|---|
atc1 ( ) : void | ||
atc10 ( ) : void | ||
atc2 ( ) : void | ||
atc3 ( ) : void | ||
atc4 ( ) : void | ||
atc5 ( ) : void | ||
atc6 ( ) : void | ||
atc7 ( ) : void | ||
atc8 ( ) : void | ||
atc9 ( ) : void | ||
atcMenu ( ) : void | ||
autopilot ( ) : void | ||
autopilotHeading ( string heading ) : void | ||
beacon ( ) : void | ||
cockpitCamera ( ) : void | ||
decreaseThrottle ( ) : void | ||
flapsDown ( ) : void | ||
flapsUp ( ) : void | ||
flybyCamera ( ) : void | ||
followCamera ( ) : void | ||
hud ( ) : void | ||
increaseThrottle ( ) : void | ||
joystickButtonChanged ( int button, String state ) : void | ||
landing ( ) : void | ||
landingGear ( ) : void | ||
movePOV ( int value ) : void | ||
movedJoystickAxis ( int axis, int value ) : void | ||
nav ( ) : void | ||
nextCamera ( ) : void | ||
onboardCamera ( ) : void | ||
parkingBrake ( ) : void | ||
pause ( ) : void | ||
pitchDown ( ) : void | ||
pitchUp ( ) : void | ||
previousCamera ( ) : void | ||
pushback ( ) : void | ||
reverseThrust ( ) : void | ||
rollLeft ( ) : void | ||
rollRight ( ) : void | ||
spoilers ( ) : void | ||
strobe ( ) : void | ||
towerCamera ( ) : void | ||
trimDown ( ) : void | ||
trimUp ( ) : void | ||
vcCamera ( ) : void | ||
zoomIn ( ) : void | ||
zoomOut ( ) : void |
public autopilotHeading ( string heading ) : void | ||
heading | string | |
return | void |
public joystickButtonChanged ( int button, String state ) : void | ||
button | int | |
state | String | |
return | void |
public movedJoystickAxis ( int axis, int value ) : void | ||
axis | int | |
value | int | |
return | void |