Ještě k tomu L:
na začátku každé závorky je parametr a dvojtečka, ten udává co to vlastně je (A: je pro aircraft, tedy cokoliv, co je spojeno s aktuálním stavem letounu- rychlost, výška, kurz, dokonce rychlost ve směru X, Y, Z vůči Zemi. L: je prostě vývojářský rozšíření pomocí kterého se dá ten budík různě propojit), tahle tabulka je v tom SDK a ta by se mohla hodit:
A: Aircraft, including helicopters Gets the specified parameter of the aircraft.
C: Custom parameter Custom variable creatd for Flight Simulator.
E: Environment Gets environment variables, such as current time.
G: Gauge parameter Gets a variable that is local to the gauge
K: Key code Variables of this kind are key codes that are sent from gauges to Flight Simulator.
L: Local parameter Gets a variable that is defined by the developer
M: Mouse parameter Gets the state of the mouse for use in mouse click handlers.
P: Program related Gets program variables, such as simulation rate
R: Resource strings Retrieves a string from the resource file. |
|