Multiplayer protocol: Difference between revisions

Jump to navigation Jump to search
Line 384: Line 384:


{| class="wikitable"
{| class="wikitable"
! ID !! Property !! Type !!Transmit As !! Protocol Ident
! ID!! Property!! Type!!Transmit As!! Protocol Ident
|-
|-
|10||sim/multiplay/protocol-version||INT||SHORTINT||V1_1_PROP_ID||
||10||sim/multiplay/protocol-version||INT||TT_SHORTINT||V2_PROP_ID_PROTOCOL||
|-
|-
|100||surface-positions/left-aileron-pos-norm||FLOAT||SHORT_FLOAT_NORM||V1_1_PROP_ID||
||100||surface-positions/left-aileron-pos-norm||FLOAT||TT_SHORT_FLOAT_NORM||V1_1_PROP_ID||
|-
|-
|101||surface-positions/right-aileron-pos-norm||FLOAT||SHORT_FLOAT_NORM||V1_1_PROP_ID||
||101||surface-positions/right-aileron-pos-norm||FLOAT||TT_SHORT_FLOAT_NORM||V1_1_PROP_ID||
|-
|-
|102||surface-positions/elevator-pos-norm||FLOAT||SHORT_FLOAT_NORM||V1_1_PROP_ID||
||102||surface-positions/elevator-pos-norm||FLOAT||TT_SHORT_FLOAT_NORM||V1_1_PROP_ID||
|-
|-
|103||surface-positions/rudder-pos-norm||FLOAT||SHORT_FLOAT_NORM||V1_1_PROP_ID||
||103||surface-positions/rudder-pos-norm||FLOAT||TT_SHORT_FLOAT_NORM||V1_1_PROP_ID||
|-
|-
|104||surface-positions/flap-pos-norm||FLOAT||SHORT_FLOAT_NORM||V1_1_PROP_ID||
||104||surface-positions/flap-pos-norm||FLOAT||TT_SHORT_FLOAT_NORM||V1_1_PROP_ID||
|-
|-
|105||surface-positions/speedbrake-pos-norm||FLOAT||SHORT_FLOAT_NORM||V1_1_PROP_ID||
||105||surface-positions/speedbrake-pos-norm||FLOAT||TT_SHORT_FLOAT_NORM||V1_1_PROP_ID||
|-
|-
|106||gear/tailhook/position-norm||FLOAT||SHORT_FLOAT_NORM||V1_1_PROP_ID||
||106||gear/tailhook/position-norm||FLOAT||TT_SHORT_FLOAT_NORM||V1_1_PROP_ID||
|-
|-
|107||gear/launchbar/position-norm||FLOAT||SHORT_FLOAT_NORM||V1_1_PROP_ID||
||107||gear/launchbar/position-norm||FLOAT||TT_SHORT_FLOAT_NORM||V1_1_PROP_ID||
|-
|-
|108||gear/launchbar/state||STRING||same||V1_1_2_PROP_ID||
||108||gear/launchbar/state||STRING||TT_ASIS||V1_1_2_PROP_ID||
|-
|-
|109||gear/launchbar/holdback-position-norm||FLOAT||SHORT_FLOAT_NORM||V1_1_PROP_ID||
||109||gear/launchbar/holdback-position-norm||FLOAT||TT_SHORT_FLOAT_NORM||V1_1_PROP_ID||
|-
|-
|110||canopy/position-norm||FLOAT||SHORT_FLOAT_NORM||V1_1_PROP_ID||
||110||canopy/position-norm||FLOAT||TT_SHORT_FLOAT_NORM||V1_1_PROP_ID||
|-
|-
|111||surface-positions/wing-pos-norm||FLOAT||SHORT_FLOAT_NORM||V1_1_PROP_ID||
||111||surface-positions/wing-pos-norm||FLOAT||TT_SHORT_FLOAT_NORM||V1_1_PROP_ID||
|-
|-
|112||surface-positions/wing-fold-pos-norm||FLOAT||SHORT_FLOAT_NORM||V1_1_PROP_ID||
||112||surface-positions/wing-fold-pos-norm||FLOAT||TT_SHORT_FLOAT_NORM||V1_1_PROP_ID||
|-
|-
|200||gear/gear[0]/compression-norm||FLOAT||SHORT_FLOAT_NORM||V1_1_PROP_ID||
||120||gear/launchbar/state-value||INT||TT_NOSEND||V1_1_2_PROP_ID||
|-
|-
|201||gear/gear[0]/position-norm||FLOAT||SHORT_FLOAT_NORM||V1_1_PROP_ID||
||200||gear/gear[0]/compression-norm||FLOAT||TT_SHORT_FLOAT_NORM||V1_1_PROP_ID||
|-
|-
|210||gear/gear[1]/compression-norm||FLOAT||SHORT_FLOAT_NORM||V1_1_PROP_ID||
||201||gear/gear[0]/position-norm||FLOAT||TT_SHORT_FLOAT_NORM||V1_1_PROP_ID||
|-
|-
|211||gear/gear[1]/position-norm||FLOAT||SHORT_FLOAT_NORM||V1_1_PROP_ID||
||210||gear/gear[1]/compression-norm||FLOAT||TT_SHORT_FLOAT_NORM||V1_1_PROP_ID||
|-
|-
|220||gear/gear[2]/compression-norm||FLOAT||SHORT_FLOAT_NORM||V1_1_PROP_ID||
||211||gear/gear[1]/position-norm||FLOAT||TT_SHORT_FLOAT_NORM||V1_1_PROP_ID||
|-
|-
|221||gear/gear[2]/position-norm||FLOAT||SHORT_FLOAT_NORM||V1_1_PROP_ID||
||220||gear/gear[2]/compression-norm||FLOAT||TT_SHORT_FLOAT_NORM||V1_1_PROP_ID||
|-
|-
|230||gear/gear[3]/compression-norm||FLOAT||SHORT_FLOAT_NORM||V1_1_PROP_ID||
||221||gear/gear[2]/position-norm||FLOAT||TT_SHORT_FLOAT_NORM||V1_1_PROP_ID||
|-
|-
|231||gear/gear[3]/position-norm||FLOAT||SHORT_FLOAT_NORM||V1_1_PROP_ID||
||230||gear/gear[3]/compression-norm||FLOAT||TT_SHORT_FLOAT_NORM||V1_1_PROP_ID||
|-
|-
|240||gear/gear[4]/compression-norm||FLOAT||SHORT_FLOAT_NORM||V1_1_PROP_ID||
||231||gear/gear[3]/position-norm||FLOAT||TT_SHORT_FLOAT_NORM||V1_1_PROP_ID||
|-
|-
|241||gear/gear[4]/position-norm||FLOAT||SHORT_FLOAT_NORM||V1_1_PROP_ID||
||240||gear/gear[4]/compression-norm||FLOAT||TT_SHORT_FLOAT_NORM||V1_1_PROP_ID||
|-
|-
|300||engines/engine[0]/n1||FLOAT||SHORT_FLOAT_1||V1_1_PROP_ID||
||241||gear/gear[4]/position-norm||FLOAT||TT_SHORT_FLOAT_NORM||V1_1_PROP_ID||
|-
|-
|301||engines/engine[0]/n2||FLOAT||SHORT_FLOAT_1||V1_1_PROP_ID||
||300||engines/engine[0]/n1||FLOAT||TT_SHORT_FLOAT_1||V1_1_PROP_ID||
|-
|-
|302||engines/engine[0]/rpm||FLOAT||SHORT_FLOAT_1||V1_1_PROP_ID||
||301||engines/engine[0]/n2||FLOAT||TT_SHORT_FLOAT_1||V1_1_PROP_ID||
|-
|-
|310||engines/engine[1]/n1||FLOAT||SHORT_FLOAT_1||V1_1_PROP_ID||
||302||engines/engine[0]/rpm||FLOAT||TT_SHORT_FLOAT_1||V1_1_PROP_ID||
|-
|-
|311||engines/engine[1]/n2||FLOAT||SHORT_FLOAT_1||V1_1_PROP_ID||
||310||engines/engine[1]/n1||FLOAT||TT_SHORT_FLOAT_1||V1_1_PROP_ID||
|-
|-
|312||engines/engine[1]/rpm||FLOAT||SHORT_FLOAT_1||V1_1_PROP_ID||
||311||engines/engine[1]/n2||FLOAT||TT_SHORT_FLOAT_1||V1_1_PROP_ID||
|-
|-
|320||engines/engine[2]/n1||FLOAT||SHORT_FLOAT_1||V1_1_PROP_ID||
||312||engines/engine[1]/rpm||FLOAT||TT_SHORT_FLOAT_1||V1_1_PROP_ID||
|-
|-
|321||engines/engine[2]/n2||FLOAT||SHORT_FLOAT_1||V1_1_PROP_ID||
||320||engines/engine[2]/n1||FLOAT||TT_SHORT_FLOAT_1||V1_1_PROP_ID||
|-
|-
|322||engines/engine[2]/rpm||FLOAT||SHORT_FLOAT_1||V1_1_PROP_ID||
||321||engines/engine[2]/n2||FLOAT||TT_SHORT_FLOAT_1||V1_1_PROP_ID||
|-
|-
|330||engines/engine[3]/n1||FLOAT||SHORT_FLOAT_1||V1_1_PROP_ID||
||322||engines/engine[2]/rpm||FLOAT||TT_SHORT_FLOAT_1||V1_1_PROP_ID||
|-
|-
|331||engines/engine[3]/n2||FLOAT||SHORT_FLOAT_1||V1_1_PROP_ID||
||330||engines/engine[3]/n1||FLOAT||TT_SHORT_FLOAT_1||V1_1_PROP_ID||
|-
|-
|332||engines/engine[3]/rpm||FLOAT||SHORT_FLOAT_1||V1_1_PROP_ID||
||331||engines/engine[3]/n2||FLOAT||TT_SHORT_FLOAT_1||V1_1_PROP_ID||
|-
|-
|340||engines/engine[4]/n1||FLOAT||SHORT_FLOAT_1||V1_1_PROP_ID||
||332||engines/engine[3]/rpm||FLOAT||TT_SHORT_FLOAT_1||V1_1_PROP_ID||
|-
|-
|341||engines/engine[4]/n2||FLOAT||SHORT_FLOAT_1||V1_1_PROP_ID||
||340||engines/engine[4]/n1||FLOAT||TT_SHORT_FLOAT_1||V1_1_PROP_ID||
|-
|-
|342||engines/engine[4]/rpm||FLOAT||SHORT_FLOAT_1||V1_1_PROP_ID||
||341||engines/engine[4]/n2||FLOAT||TT_SHORT_FLOAT_1||V1_1_PROP_ID||
|-
|-
|350||engines/engine[5]/n1||FLOAT||SHORT_FLOAT_1||V1_1_PROP_ID||
||342||engines/engine[4]/rpm||FLOAT||TT_SHORT_FLOAT_1||V1_1_PROP_ID||
|-
|-
|351||engines/engine[5]/n2||FLOAT||SHORT_FLOAT_1||V1_1_PROP_ID||
||350||engines/engine[5]/n1||FLOAT||TT_SHORT_FLOAT_1||V1_1_PROP_ID||
|-
|-
|352||engines/engine[5]/rpm||FLOAT||SHORT_FLOAT_1||V1_1_PROP_ID||
||351||engines/engine[5]/n2||FLOAT||TT_SHORT_FLOAT_1||V1_1_PROP_ID||
|-
|-
|360||engines/engine[6]/n1||FLOAT||SHORT_FLOAT_1||V1_1_PROP_ID||
||352||engines/engine[5]/rpm||FLOAT||TT_SHORT_FLOAT_1||V1_1_PROP_ID||
|-
|-
|361||engines/engine[6]/n2||FLOAT||SHORT_FLOAT_1||V1_1_PROP_ID||
||360||engines/engine[6]/n1||FLOAT||TT_SHORT_FLOAT_1||V1_1_PROP_ID||
|-
|-
|362||engines/engine[6]/rpm||FLOAT||SHORT_FLOAT_1||V1_1_PROP_ID||
||361||engines/engine[6]/n2||FLOAT||TT_SHORT_FLOAT_1||V1_1_PROP_ID||
|-
|-
|370||engines/engine[7]/n1||FLOAT||SHORT_FLOAT_1||V1_1_PROP_ID||
||362||engines/engine[6]/rpm||FLOAT||TT_SHORT_FLOAT_1||V1_1_PROP_ID||
|-
|-
|371||engines/engine[7]/n2||FLOAT||SHORT_FLOAT_1||V1_1_PROP_ID||
||370||engines/engine[7]/n1||FLOAT||TT_SHORT_FLOAT_1||V1_1_PROP_ID||
|-
|-
|372||engines/engine[7]/rpm||FLOAT||SHORT_FLOAT_1||V1_1_PROP_ID||
||371||engines/engine[7]/n2||FLOAT||TT_SHORT_FLOAT_1||V1_1_PROP_ID||
|-
|-
|380||engines/engine[8]/n1||FLOAT||SHORT_FLOAT_1||V1_1_PROP_ID||
||372||engines/engine[7]/rpm||FLOAT||TT_SHORT_FLOAT_1||V1_1_PROP_ID||
|-
|-
|381||engines/engine[8]/n2||FLOAT||SHORT_FLOAT_1||V1_1_PROP_ID||
||380||engines/engine[8]/n1||FLOAT||TT_SHORT_FLOAT_1||V1_1_PROP_ID||
|-
|-
|382||engines/engine[8]/rpm||FLOAT||SHORT_FLOAT_1||V1_1_PROP_ID||
||381||engines/engine[8]/n2||FLOAT||TT_SHORT_FLOAT_1||V1_1_PROP_ID||
|-
|-
|390||engines/engine[9]/n1||FLOAT||SHORT_FLOAT_1||V1_1_PROP_ID||
||382||engines/engine[8]/rpm||FLOAT||TT_SHORT_FLOAT_1||V1_1_PROP_ID||
|-
|-
|391||engines/engine[9]/n2||FLOAT||SHORT_FLOAT_1||V1_1_PROP_ID||
||390||engines/engine[9]/n1||FLOAT||TT_SHORT_FLOAT_1||V1_1_PROP_ID||
|-
|-
|392||engines/engine[9]/rpm||FLOAT||SHORT_FLOAT_1||V1_1_PROP_ID||
||391||engines/engine[9]/n2||FLOAT||TT_SHORT_FLOAT_1||V1_1_PROP_ID||
|-
|-
|800||rotors/main/rpm||FLOAT||SHORT_FLOAT_1||V1_1_PROP_ID||
||392||engines/engine[9]/rpm||FLOAT||TT_SHORT_FLOAT_1||V1_1_PROP_ID||
|-
|-
|801||rotors/tail/rpm||FLOAT||SHORT_FLOAT_1||V1_1_PROP_ID||
||800||rotors/main/rpm||FLOAT||TT_SHORT_FLOAT_1||V1_1_PROP_ID||
|-
|-
|810||rotors/main/blade[0]/position-deg||FLOAT||SHORT_FLOAT_3||V1_1_PROP_ID||
||801||rotors/tail/rpm||FLOAT||TT_SHORT_FLOAT_1||V1_1_PROP_ID||
|-
|-
|811||rotors/main/blade[1]/position-deg||FLOAT||SHORT_FLOAT_3||V1_1_PROP_ID||
||810||rotors/main/blade[0]/position-deg||FLOAT||TT_SHORT_FLOAT_3||V1_1_PROP_ID||
|-
|-
|812||rotors/main/blade[2]/position-deg||FLOAT||SHORT_FLOAT_3||V1_1_PROP_ID||
||811||rotors/main/blade[1]/position-deg||FLOAT||TT_SHORT_FLOAT_3||V1_1_PROP_ID||
|-
|-
|813||rotors/main/blade[3]/position-deg||FLOAT||SHORT_FLOAT_3||V1_1_PROP_ID||
||812||rotors/main/blade[2]/position-deg||FLOAT||TT_SHORT_FLOAT_3||V1_1_PROP_ID||
|-
|-
|820||rotors/main/blade[0]/flap-deg||FLOAT||SHORT_FLOAT_3||V1_1_PROP_ID||
||813||rotors/main/blade[3]/position-deg||FLOAT||TT_SHORT_FLOAT_3||V1_1_PROP_ID||
|-
|-
|821||rotors/main/blade[1]/flap-deg||FLOAT||SHORT_FLOAT_3||V1_1_PROP_ID||
||820||rotors/main/blade[0]/flap-deg||FLOAT||TT_SHORT_FLOAT_3||V1_1_PROP_ID||
|-
|-
|822||rotors/main/blade[2]/flap-deg||FLOAT||SHORT_FLOAT_3||V1_1_PROP_ID||
||821||rotors/main/blade[1]/flap-deg||FLOAT||TT_SHORT_FLOAT_3||V1_1_PROP_ID||
|-
|-
|823||rotors/main/blade[3]/flap-deg||FLOAT||SHORT_FLOAT_3||V1_1_PROP_ID||
||822||rotors/main/blade[2]/flap-deg||FLOAT||TT_SHORT_FLOAT_3||V1_1_PROP_ID||
|-
|-
|830||rotors/tail/blade[0]/position-deg||FLOAT||SHORT_FLOAT_3||V1_1_PROP_ID||
||823||rotors/main/blade[3]/flap-deg||FLOAT||TT_SHORT_FLOAT_3||V1_1_PROP_ID||
|-
|-
|831||rotors/tail/blade[1]/position-deg||FLOAT||SHORT_FLOAT_3||V1_1_PROP_ID||
||830||rotors/tail/blade[0]/position-deg||FLOAT||TT_SHORT_FLOAT_3||V1_1_PROP_ID||
|-
|-
|900||sim/hitches/aerotow/tow/length||FLOAT||same||V1_1_PROP_ID||
||831||rotors/tail/blade[1]/position-deg||FLOAT||TT_SHORT_FLOAT_3||V1_1_PROP_ID||
|-
|-
|901||sim/hitches/aerotow/tow/elastic-constant||FLOAT||same||V1_1_PROP_ID||
||900||sim/hitches/aerotow/tow/length||FLOAT||TT_ASIS||V1_1_PROP_ID||
|-
|-
|902||sim/hitches/aerotow/tow/weight-per-m-kg-m||FLOAT||same||V1_1_PROP_ID||
||901||sim/hitches/aerotow/tow/elastic-constant||FLOAT||TT_ASIS||V1_1_PROP_ID||
|-
|-
|903||sim/hitches/aerotow/tow/dist||FLOAT||same||V1_1_PROP_ID||
||902||sim/hitches/aerotow/tow/weight-per-m-kg-m||FLOAT||TT_ASIS||V1_1_PROP_ID||
|-
|-
|904||sim/hitches/aerotow/tow/connected-to-property-node||BOOL||same||V1_1_PROP_ID||
||903||sim/hitches/aerotow/tow/dist||FLOAT||TT_ASIS||V1_1_PROP_ID||
|-
|-
|905||sim/hitches/aerotow/tow/connected-to-ai-or-mp-callsign||STRING||same||V1_1_2_PROP_ID||
||904||sim/hitches/aerotow/tow/connected-to-property-node||BOOL||TT_ASIS||V1_1_PROP_ID||
|-
|-
|906||sim/hitches/aerotow/tow/brake-force||FLOAT||same||V1_1_PROP_ID||
||905||sim/hitches/aerotow/tow/connected-to-ai-or-mp-callsign||STRING||TT_ASIS||V1_1_2_PROP_ID||
|-
|-
|907||sim/hitches/aerotow/tow/end-force-x||FLOAT||same||V1_1_PROP_ID||
||906||sim/hitches/aerotow/tow/brake-force||FLOAT||TT_ASIS||V1_1_PROP_ID||
|-
|-
|908||sim/hitches/aerotow/tow/end-force-y||FLOAT||same||V1_1_PROP_ID||
||907||sim/hitches/aerotow/tow/end-force-x||FLOAT||TT_ASIS||V1_1_PROP_ID||
|-
|-
|909||sim/hitches/aerotow/tow/end-force-z||FLOAT||same||V1_1_PROP_ID||
||908||sim/hitches/aerotow/tow/end-force-y||FLOAT||TT_ASIS||V1_1_PROP_ID||
|-
|-
|930||sim/hitches/aerotow/is-slave||BOOL||same||V1_1_PROP_ID||
||909||sim/hitches/aerotow/tow/end-force-z||FLOAT||TT_ASIS||V1_1_PROP_ID||
|-
|-
|931||sim/hitches/aerotow/speed-in-tow-direction||FLOAT||same||V1_1_PROP_ID||
||930||sim/hitches/aerotow/is-slave||BOOL||TT_ASIS||V1_1_PROP_ID||
|-
|-
|932||sim/hitches/aerotow/open||BOOL||same||V1_1_PROP_ID||
||931||sim/hitches/aerotow/speed-in-tow-direction||FLOAT||TT_ASIS||V1_1_PROP_ID||
|-
|-
|933||sim/hitches/aerotow/local-pos-x||FLOAT||same||V1_1_PROP_ID||
||932||sim/hitches/aerotow/open||BOOL||TT_ASIS||V1_1_PROP_ID||
|-
|-
|934||sim/hitches/aerotow/local-pos-y||FLOAT||same||V1_1_PROP_ID||
||933||sim/hitches/aerotow/local-pos-x||FLOAT||TT_ASIS||V1_1_PROP_ID||
|-
|-
|935||sim/hitches/aerotow/local-pos-z||FLOAT||same||V1_1_PROP_ID||
||934||sim/hitches/aerotow/local-pos-y||FLOAT||TT_ASIS||V1_1_PROP_ID||
|-
|-
|1001||controls/flight/slats||FLOAT||SHORT_FLOAT_4||V1_1_PROP_ID||
||935||sim/hitches/aerotow/local-pos-z||FLOAT||TT_ASIS||V1_1_PROP_ID||
|-
|-
|1002||controls/flight/speedbrake||FLOAT||SHORT_FLOAT_4||V1_1_PROP_ID||
||1001||controls/flight/slats||FLOAT||TT_SHORT_FLOAT_4||V1_1_PROP_ID||
|-
|-
|1003||controls/flight/spoilers||FLOAT||SHORT_FLOAT_4||V1_1_PROP_ID||
||1002||controls/flight/speedbrake||FLOAT||TT_SHORT_FLOAT_4||V1_1_PROP_ID||
|-
|-
|1004||controls/gear/gear-down||FLOAT||SHORT_FLOAT_4||V1_1_PROP_ID||
||1003||controls/flight/spoilers||FLOAT||TT_SHORT_FLOAT_4||V1_1_PROP_ID||
|-
|-
|1005||controls/lighting/nav-lights||FLOAT||SHORT_FLOAT_3||V1_1_PROP_ID||
||1004||controls/gear/gear-down||FLOAT||TT_SHORT_FLOAT_4||V1_1_PROP_ID||
|-
|-
|1006||controls/armament/station[0]/jettison-all||BOOL||SHORTINT||V1_1_PROP_ID||
||1005||controls/lighting/nav-lights||FLOAT||TT_SHORT_FLOAT_3||V1_1_PROP_ID||
|-
|-
|1100||sim/model/variant||INT||same||V1_1_PROP_ID||
||1006||controls/armament/station[0]/jettison-all||BOOL||TT_SHORTINT||V1_1_PROP_ID||
|-
|-
|1101||sim/model/livery/file||STRING||same||V1_1_2_PROP_ID||
||1100||sim/model/variant||INT||TT_ASIS||V1_1_PROP_ID||
|-
|-
|1200||environment/wildfire/data||STRING||same||V1_1_2_PROP_ID||
||1101||sim/model/livery/file||STRING||TT_ASIS||V1_1_2_PROP_ID||
|-
|-
|1201||environment/contrail||INT||SHORTINT||V1_1_PROP_ID||
||1200||environment/wildfire/data||STRING||TT_ASIS||V1_1_2_PROP_ID||
|-
|-
|1300||tanker||INT||SHORTINT||V1_1_PROP_ID||
||1201||environment/contrail||INT||TT_SHORTINT||V1_1_PROP_ID||
|-
|-
|1400||scenery/events||STRING||same||V1_1_2_PROP_ID||
||1300||tanker||INT||TT_SHORTINT||V1_1_PROP_ID||
|-
|-
|1500||instrumentation/transponder/transmitted-id||INT||SHORTINT||V1_1_PROP_ID||
||1400||scenery/events||STRING||TT_ASIS||V1_1_2_PROP_ID||
|-
|-
|1501||instrumentation/transponder/altitude||INT||same||V1_1_PROP_ID||
||1500||instrumentation/transponder/transmitted-id||INT||TT_SHORTINT||V1_1_PROP_ID||
|-
|-
|1502||instrumentation/transponder/ident||BOOL||SHORTINT||V1_1_PROP_ID||
||1501||instrumentation/transponder/altitude||INT||TT_ASIS||V1_1_PROP_ID||
|-
|-
|1503||instrumentation/transponder/inputs/mode||INT||SHORTINT||V1_1_PROP_ID||
||1502||instrumentation/transponder/ident||BOOL||TT_SHORTINT||V1_1_PROP_ID||
|-
|-
|10001||sim/multiplay/transmission-freq-hz||STRING||same||V1_1_2_PROP_ID||
||1503||instrumentation/transponder/inputs/mode||INT||TT_SHORTINT||V1_1_PROP_ID||
|-
|-
|10002||sim/multiplay/chat||STRING||same||V1_1_2_PROP_ID||
||1504||instrumentation/transponder/ground-bit||BOOL||TT_SHORTINT||V1_1_2_PROP_ID||
|-
|-
|10100||sim/multiplay/generic/string[0]||STRING||same||V1_1_2_PROP_ID||
||1505||instrumentation/transponder/airspeed-kt||INT||TT_SHORTINT||V1_1_2_PROP_ID||
|-
|-
|10101||sim/multiplay/generic/string[1]||STRING||same||V1_1_2_PROP_ID||
||10001||sim/multiplay/transmission-freq-hz||STRING||TT_NOSEND||V1_1_2_PROP_ID||
|-
|-
|10102||sim/multiplay/generic/string[2]||STRING||same||V1_1_2_PROP_ID||
||10002||sim/multiplay/chat||STRING||TT_ASIS||V1_1_2_PROP_ID||
|-
|-
|10103||sim/multiplay/generic/string[3]||STRING||same||V1_1_2_PROP_ID||
||10100||sim/multiplay/generic/string[0]||STRING||TT_ASIS||V1_1_2_PROP_ID||
|-
|-
|10104||sim/multiplay/generic/string[4]||STRING||same||V1_1_2_PROP_ID||
||10101||sim/multiplay/generic/string[1]||STRING||TT_ASIS||V1_1_2_PROP_ID||
|-
|-
|10105||sim/multiplay/generic/string[5]||STRING||same||V1_1_2_PROP_ID||
||10102||sim/multiplay/generic/string[2]||STRING||TT_ASIS||V1_1_2_PROP_ID||
|-
|-
|10106||sim/multiplay/generic/string[6]||STRING||same||V1_1_2_PROP_ID||
||10103||sim/multiplay/generic/string[3]||STRING||TT_ASIS||V1_1_2_PROP_ID||
|-
|-
|10107||sim/multiplay/generic/string[7]||STRING||same||V1_1_2_PROP_ID||
||10104||sim/multiplay/generic/string[4]||STRING||TT_ASIS||V1_1_2_PROP_ID||
|-
|-
|10108||sim/multiplay/generic/string[8]||STRING||same||V1_1_2_PROP_ID||
||10105||sim/multiplay/generic/string[5]||STRING||TT_ASIS||V1_1_2_PROP_ID||
|-
|-
|10109||sim/multiplay/generic/string[9]||STRING||same||V1_1_2_PROP_ID||
||10106||sim/multiplay/generic/string[6]||STRING||TT_ASIS||V1_1_2_PROP_ID||
|-
|-
|10110||sim/multiplay/generic/string[10]||STRING||same||V1_1_2_PROP_ID||
||10107||sim/multiplay/generic/string[7]||STRING||TT_ASIS||V1_1_2_PROP_ID||
|-
|-
|10111||sim/multiplay/generic/string[11]||STRING||same||V1_1_2_PROP_ID||
||10108||sim/multiplay/generic/string[8]||STRING||TT_ASIS||V1_1_2_PROP_ID||
|-
|-
|10112||sim/multiplay/generic/string[12]||STRING||same||V1_1_2_PROP_ID||
||10109||sim/multiplay/generic/string[9]||STRING||TT_ASIS||V1_1_2_PROP_ID||
|-
|-
|10113||sim/multiplay/generic/string[13]||STRING||same||V1_1_2_PROP_ID||
||10110||sim/multiplay/generic/string[10]||STRING||TT_ASIS||V1_1_2_PROP_ID||
|-
|-
|10114||sim/multiplay/generic/string[14]||STRING||same||V1_1_2_PROP_ID||
||10111||sim/multiplay/generic/string[11]||STRING||TT_ASIS||V1_1_2_PROP_ID||
|-
|-
|10115||sim/multiplay/generic/string[15]||STRING||same||V1_1_2_PROP_ID||
||10112||sim/multiplay/generic/string[12]||STRING||TT_ASIS||V1_1_2_PROP_ID||
|-
|-
|10116||sim/multiplay/generic/string[16]||STRING||same||V1_1_2_PROP_ID||
||10113||sim/multiplay/generic/string[13]||STRING||TT_ASIS||V1_1_2_PROP_ID||
|-
|-
|10117||sim/multiplay/generic/string[17]||STRING||same||V1_1_2_PROP_ID||
||10114||sim/multiplay/generic/string[14]||STRING||TT_ASIS||V1_1_2_PROP_ID||
|-
|-
|10118||sim/multiplay/generic/string[18]||STRING||same||V1_1_2_PROP_ID||
||10115||sim/multiplay/generic/string[15]||STRING||TT_ASIS||V1_1_2_PROP_ID||
|-
|-
|10119||sim/multiplay/generic/string[19]||STRING||same||V1_1_2_PROP_ID||
||10116||sim/multiplay/generic/string[16]||STRING||TT_ASIS||V1_1_2_PROP_ID||
|-
|-
|10200||sim/multiplay/generic/float[0]||FLOAT||same||V1_1_PROP_ID||
||10117||sim/multiplay/generic/string[17]||STRING||TT_ASIS||V1_1_2_PROP_ID||
|-
|-
|10201||sim/multiplay/generic/float[1]||FLOAT||same||V1_1_PROP_ID||
||10118||sim/multiplay/generic/string[18]||STRING||TT_ASIS||V1_1_2_PROP_ID||
|-
|-
|10202||sim/multiplay/generic/float[2]||FLOAT||same||V1_1_PROP_ID||
||10119||sim/multiplay/generic/string[19]||STRING||TT_ASIS||V1_1_2_PROP_ID||
|-
|-
|10203||sim/multiplay/generic/float[3]||FLOAT||same||V1_1_PROP_ID||
||10200||sim/multiplay/generic/float[0]||FLOAT||TT_ASIS||V1_1_PROP_ID||
|-
|-
|10204||sim/multiplay/generic/float[4]||FLOAT||same||V1_1_PROP_ID||
||10201||sim/multiplay/generic/float[1]||FLOAT||TT_ASIS||V1_1_PROP_ID||
|-
|-
|10205||sim/multiplay/generic/float[5]||FLOAT||same||V1_1_PROP_ID||
||10202||sim/multiplay/generic/float[2]||FLOAT||TT_ASIS||V1_1_PROP_ID||
|-
|-
|10206||sim/multiplay/generic/float[6]||FLOAT||same||V1_1_PROP_ID||
||10203||sim/multiplay/generic/float[3]||FLOAT||TT_ASIS||V1_1_PROP_ID||
|-
|-
|10207||sim/multiplay/generic/float[7]||FLOAT||same||V1_1_PROP_ID||
||10204||sim/multiplay/generic/float[4]||FLOAT||TT_ASIS||V1_1_PROP_ID||
|-
|-
|10208||sim/multiplay/generic/float[8]||FLOAT||same||V1_1_PROP_ID||
||10205||sim/multiplay/generic/float[5]||FLOAT||TT_ASIS||V1_1_PROP_ID||
|-
|-
|10209||sim/multiplay/generic/float[9]||FLOAT||same||V1_1_PROP_ID||
||10206||sim/multiplay/generic/float[6]||FLOAT||TT_ASIS||V1_1_PROP_ID||
|-
|-
|10210||sim/multiplay/generic/float[10]||FLOAT||same||V1_1_PROP_ID||
||10207||sim/multiplay/generic/float[7]||FLOAT||TT_ASIS||V1_1_PROP_ID||
|-
|-
|10211||sim/multiplay/generic/float[11]||FLOAT||same||V1_1_PROP_ID||
||10208||sim/multiplay/generic/float[8]||FLOAT||TT_ASIS||V1_1_PROP_ID||
|-
|-
|10212||sim/multiplay/generic/float[12]||FLOAT||same||V1_1_PROP_ID||
||10209||sim/multiplay/generic/float[9]||FLOAT||TT_ASIS||V1_1_PROP_ID||
|-
|-
|10213||sim/multiplay/generic/float[13]||FLOAT||same||V1_1_PROP_ID||
||10210||sim/multiplay/generic/float[10]||FLOAT||TT_ASIS||V1_1_PROP_ID||
|-
|-
|10214||sim/multiplay/generic/float[14]||FLOAT||same||V1_1_PROP_ID||
||10211||sim/multiplay/generic/float[11]||FLOAT||TT_ASIS||V1_1_PROP_ID||
|-
|-
|10215||sim/multiplay/generic/float[15]||FLOAT||same||V1_1_PROP_ID||
||10212||sim/multiplay/generic/float[12]||FLOAT||TT_ASIS||V1_1_PROP_ID||
|-
|-
|10216||sim/multiplay/generic/float[16]||FLOAT||same||V1_1_PROP_ID||
||10213||sim/multiplay/generic/float[13]||FLOAT||TT_ASIS||V1_1_PROP_ID||
|-
|-
|10217||sim/multiplay/generic/float[17]||FLOAT||same||V1_1_PROP_ID||
||10214||sim/multiplay/generic/float[14]||FLOAT||TT_ASIS||V1_1_PROP_ID||
|-
|-
|10218||sim/multiplay/generic/float[18]||FLOAT||same||V1_1_PROP_ID||
||10215||sim/multiplay/generic/float[15]||FLOAT||TT_ASIS||V1_1_PROP_ID||
|-
|-
|10219||sim/multiplay/generic/float[19]||FLOAT||same||V1_1_PROP_ID||
||10216||sim/multiplay/generic/float[16]||FLOAT||TT_ASIS||V1_1_PROP_ID||
|-
|-
|10220||sim/multiplay/generic/float[20]||FLOAT||same||V1_1_PROP_ID||
||10217||sim/multiplay/generic/float[17]||FLOAT||TT_ASIS||V1_1_PROP_ID||
|-
|-
|10221||sim/multiplay/generic/float[21]||FLOAT||same||V1_1_PROP_ID||
||10218||sim/multiplay/generic/float[18]||FLOAT||TT_ASIS||V1_1_PROP_ID||
|-
|-
|10222||sim/multiplay/generic/float[22]||FLOAT||same||V1_1_PROP_ID||
||10219||sim/multiplay/generic/float[19]||FLOAT||TT_ASIS||V1_1_PROP_ID||
|-
|-
|10223||sim/multiplay/generic/float[23]||FLOAT||same||V1_1_PROP_ID||
||10220||sim/multiplay/generic/float[20]||FLOAT||TT_ASIS||V1_1_PROP_ID||
|-
|-
|10224||sim/multiplay/generic/float[24]||FLOAT||same||V1_1_PROP_ID||
||10221||sim/multiplay/generic/float[21]||FLOAT||TT_ASIS||V1_1_PROP_ID||
|-
|-
|10225||sim/multiplay/generic/float[25]||FLOAT||same||V1_1_PROP_ID||
||10222||sim/multiplay/generic/float[22]||FLOAT||TT_ASIS||V1_1_PROP_ID||
|-
|-
|10226||sim/multiplay/generic/float[26]||FLOAT||same||V1_1_PROP_ID||
||10223||sim/multiplay/generic/float[23]||FLOAT||TT_ASIS||V1_1_PROP_ID||
|-
|-
|10227||sim/multiplay/generic/float[27]||FLOAT||same||V1_1_PROP_ID||
||10224||sim/multiplay/generic/float[24]||FLOAT||TT_ASIS||V1_1_PROP_ID||
|-
|-
|10228||sim/multiplay/generic/float[28]||FLOAT||same||V1_1_PROP_ID||
||10225||sim/multiplay/generic/float[25]||FLOAT||TT_ASIS||V1_1_PROP_ID||
|-
|-
|10229||sim/multiplay/generic/float[29]||FLOAT||same||V1_1_PROP_ID||
||10226||sim/multiplay/generic/float[26]||FLOAT||TT_ASIS||V1_1_PROP_ID||
|-
|-
|10230||sim/multiplay/generic/float[30]||FLOAT||same||V1_1_PROP_ID||
||10227||sim/multiplay/generic/float[27]||FLOAT||TT_ASIS||V1_1_PROP_ID||
|-
|-
|10231||sim/multiplay/generic/float[31]||FLOAT||same||V1_1_PROP_ID||
||10228||sim/multiplay/generic/float[28]||FLOAT||TT_ASIS||V1_1_PROP_ID||
|-
|-
|10232||sim/multiplay/generic/float[32]||FLOAT||same||V1_1_PROP_ID||
||10229||sim/multiplay/generic/float[29]||FLOAT||TT_ASIS||V1_1_PROP_ID||
|-
|-
|10233||sim/multiplay/generic/float[33]||FLOAT||same||V1_1_PROP_ID||
||10230||sim/multiplay/generic/float[30]||FLOAT||TT_ASIS||V1_1_PROP_ID||
|-
|-
|10234||sim/multiplay/generic/float[34]||FLOAT||same||V1_1_PROP_ID||
||10231||sim/multiplay/generic/float[31]||FLOAT||TT_ASIS||V1_1_PROP_ID||
|-
|-
|10235||sim/multiplay/generic/float[35]||FLOAT||same||V1_1_PROP_ID||
||10232||sim/multiplay/generic/float[32]||FLOAT||TT_ASIS||V1_1_PROP_ID||
|-
|-
|10236||sim/multiplay/generic/float[36]||FLOAT||same||V1_1_PROP_ID||
||10233||sim/multiplay/generic/float[33]||FLOAT||TT_ASIS||V1_1_PROP_ID||
|-
|-
|10237||sim/multiplay/generic/float[37]||FLOAT||same||V1_1_PROP_ID||
||10234||sim/multiplay/generic/float[34]||FLOAT||TT_ASIS||V1_1_PROP_ID||
|-
|-
|10238||sim/multiplay/generic/float[38]||FLOAT||same||V1_1_PROP_ID||
||10235||sim/multiplay/generic/float[35]||FLOAT||TT_ASIS||V1_1_PROP_ID||
|-
|-
|10239||sim/multiplay/generic/float[39]||FLOAT||same||V1_1_PROP_ID||
||10236||sim/multiplay/generic/float[36]||FLOAT||TT_ASIS||V1_1_PROP_ID||
|-
|-
|10300||sim/multiplay/generic/int[0]||INT||same||V1_1_PROP_ID||
||10237||sim/multiplay/generic/float[37]||FLOAT||TT_ASIS||V1_1_PROP_ID||
|-
|-
|10301||sim/multiplay/generic/int[1]||INT||same||V1_1_PROP_ID||
||10238||sim/multiplay/generic/float[38]||FLOAT||TT_ASIS||V1_1_PROP_ID||
|-
|-
|10302||sim/multiplay/generic/int[2]||INT||same||V1_1_PROP_ID||
||10239||sim/multiplay/generic/float[39]||FLOAT||TT_ASIS||V1_1_PROP_ID||
|-
|-
|10303||sim/multiplay/generic/int[3]||INT||same||V1_1_PROP_ID||
||10300||sim/multiplay/generic/int[0]||INT||TT_ASIS||V1_1_PROP_ID||
|-
|-
|10304||sim/multiplay/generic/int[4]||INT||same||V1_1_PROP_ID||
||10301||sim/multiplay/generic/int[1]||INT||TT_ASIS||V1_1_PROP_ID||
|-
|-
|10305||sim/multiplay/generic/int[5]||INT||same||V1_1_PROP_ID||
||10302||sim/multiplay/generic/int[2]||INT||TT_ASIS||V1_1_PROP_ID||
|-
|-
|10306||sim/multiplay/generic/int[6]||INT||same||V1_1_PROP_ID||
||10303||sim/multiplay/generic/int[3]||INT||TT_ASIS||V1_1_PROP_ID||
|-
|-
|10307||sim/multiplay/generic/int[7]||INT||same||V1_1_PROP_ID||
||10304||sim/multiplay/generic/int[4]||INT||TT_ASIS||V1_1_PROP_ID||
|-
|-
|10308||sim/multiplay/generic/int[8]||INT||same||V1_1_PROP_ID||
||10305||sim/multiplay/generic/int[5]||INT||TT_ASIS||V1_1_PROP_ID||
|-
|-
|10309||sim/multiplay/generic/int[9]||INT||same||V1_1_PROP_ID||
||10306||sim/multiplay/generic/int[6]||INT||TT_ASIS||V1_1_PROP_ID||
|-
|-
|10310||sim/multiplay/generic/int[10]||INT||same||V1_1_PROP_ID||
||10307||sim/multiplay/generic/int[7]||INT||TT_ASIS||V1_1_PROP_ID||
|-
|-
|10311||sim/multiplay/generic/int[11]||INT||same||V1_1_PROP_ID||
||10308||sim/multiplay/generic/int[8]||INT||TT_ASIS||V1_1_PROP_ID||
|-
|-
|10312||sim/multiplay/generic/int[12]||INT||same||V1_1_PROP_ID||
||10309||sim/multiplay/generic/int[9]||INT||TT_ASIS||V1_1_PROP_ID||
|-
|-
|10313||sim/multiplay/generic/int[13]||INT||same||V1_1_PROP_ID||
||10310||sim/multiplay/generic/int[10]||INT||TT_ASIS||V1_1_PROP_ID||
|-
|-
|10314||sim/multiplay/generic/int[14]||INT||same||V1_1_PROP_ID||
||10311||sim/multiplay/generic/int[11]||INT||TT_ASIS||V1_1_PROP_ID||
|-
|-
|10315||sim/multiplay/generic/int[15]||INT||same||V1_1_PROP_ID||
||10312||sim/multiplay/generic/int[12]||INT||TT_ASIS||V1_1_PROP_ID||
|-
|-
|10316||sim/multiplay/generic/int[16]||INT||same||V1_1_PROP_ID||
||10313||sim/multiplay/generic/int[13]||INT||TT_ASIS||V1_1_PROP_ID||
|-
|-
|10317||sim/multiplay/generic/int[17]||INT||same||V1_1_PROP_ID||
||10314||sim/multiplay/generic/int[14]||INT||TT_ASIS||V1_1_PROP_ID||
|-
|-
|10318||sim/multiplay/generic/int[18]||INT||same||V1_1_PROP_ID||
||10315||sim/multiplay/generic/int[15]||INT||TT_ASIS||V1_1_PROP_ID||
|-
|-
|10319||sim/multiplay/generic/int[19]||INT||same||V1_1_PROP_ID||
||10316||sim/multiplay/generic/int[16]||INT||TT_ASIS||V1_1_PROP_ID||
|-
|-
|10500||sim/multiplay/generic/short[0]||INT||SHORTINT||V1_1_2_PROP_ID||
||10317||sim/multiplay/generic/int[17]||INT||TT_ASIS||V1_1_PROP_ID||
|-
|-
|10501||sim/multiplay/generic/short[1]||INT||SHORTINT||V1_1_2_PROP_ID||
||10318||sim/multiplay/generic/int[18]||INT||TT_ASIS||V1_1_PROP_ID||
|-
|-
|10502||sim/multiplay/generic/short[2]||INT||SHORTINT||V1_1_2_PROP_ID||
||10319||sim/multiplay/generic/int[19]||INT||TT_ASIS||V1_1_PROP_ID||
|-
|-
|10503||sim/multiplay/generic/short[3]||INT||SHORTINT||V1_1_2_PROP_ID||
||10500||sim/multiplay/generic/short[0]||INT||TT_SHORTINT||V1_1_2_PROP_ID||
|-
|-
|10504||sim/multiplay/generic/short[4]||INT||SHORTINT||V1_1_2_PROP_ID||
||10501||sim/multiplay/generic/short[1]||INT||TT_SHORTINT||V1_1_2_PROP_ID||
|-
|-
|10505||sim/multiplay/generic/short[5]||INT||SHORTINT||V1_1_2_PROP_ID||
||10502||sim/multiplay/generic/short[2]||INT||TT_SHORTINT||V1_1_2_PROP_ID||
|-
|-
|10506||sim/multiplay/generic/short[6]||INT||SHORTINT||V1_1_2_PROP_ID||
||10503||sim/multiplay/generic/short[3]||INT||TT_SHORTINT||V1_1_2_PROP_ID||
|-
|-
|10507||sim/multiplay/generic/short[7]||INT||SHORTINT||V1_1_2_PROP_ID||
||10504||sim/multiplay/generic/short[4]||INT||TT_SHORTINT||V1_1_2_PROP_ID||
|-
|-
|10508||sim/multiplay/generic/short[8]||INT||SHORTINT||V1_1_2_PROP_ID||
||10505||sim/multiplay/generic/short[5]||INT||TT_SHORTINT||V1_1_2_PROP_ID||
|-
|-
|10509||sim/multiplay/generic/short[9]||INT||SHORTINT||V1_1_2_PROP_ID||
||10506||sim/multiplay/generic/short[6]||INT||TT_SHORTINT||V1_1_2_PROP_ID||
|-
|-
|10510||sim/multiplay/generic/short[10]||INT||SHORTINT||V1_1_2_PROP_ID||
||10507||sim/multiplay/generic/short[7]||INT||TT_SHORTINT||V1_1_2_PROP_ID||
|-
|-
|10511||sim/multiplay/generic/short[11]||INT||SHORTINT||V1_1_2_PROP_ID||
||10508||sim/multiplay/generic/short[8]||INT||TT_SHORTINT||V1_1_2_PROP_ID||
|-
|-
|10512||sim/multiplay/generic/short[12]||INT||SHORTINT||V1_1_2_PROP_ID||
||10509||sim/multiplay/generic/short[9]||INT||TT_SHORTINT||V1_1_2_PROP_ID||
|-
|-
|10513||sim/multiplay/generic/short[13]||INT||SHORTINT||V1_1_2_PROP_ID||
||10510||sim/multiplay/generic/short[10]||INT||TT_SHORTINT||V1_1_2_PROP_ID||
|-
|-
|10514||sim/multiplay/generic/short[14]||INT||SHORTINT||V1_1_2_PROP_ID||
||10511||sim/multiplay/generic/short[11]||INT||TT_SHORTINT||V1_1_2_PROP_ID||
|-
|-
|10515||sim/multiplay/generic/short[15]||INT||SHORTINT||V1_1_2_PROP_ID||
||10512||sim/multiplay/generic/short[12]||INT||TT_SHORTINT||V1_1_2_PROP_ID||
|-
|-
|10516||sim/multiplay/generic/short[16]||INT||SHORTINT||V1_1_2_PROP_ID||
||10513||sim/multiplay/generic/short[13]||INT||TT_SHORTINT||V1_1_2_PROP_ID||
|-
|-
|10517||sim/multiplay/generic/short[17]||INT||SHORTINT||V1_1_2_PROP_ID||
||10514||sim/multiplay/generic/short[14]||INT||TT_SHORTINT||V1_1_2_PROP_ID||
|-
|-
|10518||sim/multiplay/generic/short[18]||INT||SHORTINT||V1_1_2_PROP_ID||
||10515||sim/multiplay/generic/short[15]||INT||TT_SHORTINT||V1_1_2_PROP_ID||
|-
|-
|10519||sim/multiplay/generic/short[19]||INT||SHORTINT||V1_1_2_PROP_ID||
||10516||sim/multiplay/generic/short[16]||INT||TT_SHORTINT||V1_1_2_PROP_ID||
|-
|-
|10520||sim/multiplay/generic/short[20]||INT||SHORTINT||V1_1_2_PROP_ID||
||10517||sim/multiplay/generic/short[17]||INT||TT_SHORTINT||V1_1_2_PROP_ID||
|-
|-
|10521||sim/multiplay/generic/short[21]||INT||SHORTINT||V1_1_2_PROP_ID||
||10518||sim/multiplay/generic/short[18]||INT||TT_SHORTINT||V1_1_2_PROP_ID||
|-
|-
|10522||sim/multiplay/generic/short[22]||INT||SHORTINT||V1_1_2_PROP_ID||
||10519||sim/multiplay/generic/short[19]||INT||TT_SHORTINT||V1_1_2_PROP_ID||
|-
|-
|10523||sim/multiplay/generic/short[23]||INT||SHORTINT||V1_1_2_PROP_ID||
||10520||sim/multiplay/generic/short[20]||INT||TT_SHORTINT||V1_1_2_PROP_ID||
|-
|-
|10524||sim/multiplay/generic/short[24]||INT||SHORTINT||V1_1_2_PROP_ID||
||10521||sim/multiplay/generic/short[21]||INT||TT_SHORTINT||V1_1_2_PROP_ID||
|-
|-
|10525||sim/multiplay/generic/short[25]||INT||SHORTINT||V1_1_2_PROP_ID||
||10522||sim/multiplay/generic/short[22]||INT||TT_SHORTINT||V1_1_2_PROP_ID||
|-
|-
|10526||sim/multiplay/generic/short[26]||INT||SHORTINT||V1_1_2_PROP_ID||
||10523||sim/multiplay/generic/short[23]||INT||TT_SHORTINT||V1_1_2_PROP_ID||
|-
|-
|10527||sim/multiplay/generic/short[27]||INT||SHORTINT||V1_1_2_PROP_ID||
||10524||sim/multiplay/generic/short[24]||INT||TT_SHORTINT||V1_1_2_PROP_ID||
|-
|-
|10528||sim/multiplay/generic/short[28]||INT||SHORTINT||V1_1_2_PROP_ID||
||10525||sim/multiplay/generic/short[25]||INT||TT_SHORTINT||V1_1_2_PROP_ID||
|-
|-
|10529||sim/multiplay/generic/short[29]||INT||SHORTINT||V1_1_2_PROP_ID||
||10526||sim/multiplay/generic/short[26]||INT||TT_SHORTINT||V1_1_2_PROP_ID||
|-
|-
|10530||sim/multiplay/generic/short[30]||INT||SHORTINT||V1_1_2_PROP_ID||
||10527||sim/multiplay/generic/short[27]||INT||TT_SHORTINT||V1_1_2_PROP_ID||
|-
|-
|10531||sim/multiplay/generic/short[31]||INT||SHORTINT||V1_1_2_PROP_ID||
||10528||sim/multiplay/generic/short[28]||INT||TT_SHORTINT||V1_1_2_PROP_ID||
|-
|-
|10532||sim/multiplay/generic/short[32]||INT||SHORTINT||V1_1_2_PROP_ID||
||10529||sim/multiplay/generic/short[29]||INT||TT_SHORTINT||V1_1_2_PROP_ID||
|-
|-
|10533||sim/multiplay/generic/short[33]||INT||SHORTINT||V1_1_2_PROP_ID||
||10530||sim/multiplay/generic/short[30]||INT||TT_SHORTINT||V1_1_2_PROP_ID||
|-
|-
|10534||sim/multiplay/generic/short[34]||INT||SHORTINT||V1_1_2_PROP_ID||
||10531||sim/multiplay/generic/short[31]||INT||TT_SHORTINT||V1_1_2_PROP_ID||
|-
|-
|10535||sim/multiplay/generic/short[35]||INT||SHORTINT||V1_1_2_PROP_ID||
||10532||sim/multiplay/generic/short[32]||INT||TT_SHORTINT||V1_1_2_PROP_ID||
|-
|-
|10536||sim/multiplay/generic/short[36]||INT||SHORTINT||V1_1_2_PROP_ID||
||10533||sim/multiplay/generic/short[33]||INT||TT_SHORTINT||V1_1_2_PROP_ID||
|-
|-
|10537||sim/multiplay/generic/short[37]||INT||SHORTINT||V1_1_2_PROP_ID||
||10534||sim/multiplay/generic/short[34]||INT||TT_SHORTINT||V1_1_2_PROP_ID||
|-
|-
|10538||sim/multiplay/generic/short[38]||INT||SHORTINT||V1_1_2_PROP_ID||
||10535||sim/multiplay/generic/short[35]||INT||TT_SHORTINT||V1_1_2_PROP_ID||
|-
|-
|10539||sim/multiplay/generic/short[39]||INT||SHORTINT||V1_1_2_PROP_ID||
||10536||sim/multiplay/generic/short[36]||INT||TT_SHORTINT||V1_1_2_PROP_ID||
|-
|-
|10540||sim/multiplay/generic/short[40]||INT||SHORTINT||V1_1_2_PROP_ID||
||10537||sim/multiplay/generic/short[37]||INT||TT_SHORTINT||V1_1_2_PROP_ID||
|-
|-
|10541||sim/multiplay/generic/short[41]||INT||SHORTINT||V1_1_2_PROP_ID||
||10538||sim/multiplay/generic/short[38]||INT||TT_SHORTINT||V1_1_2_PROP_ID||
|-
|-
|10542||sim/multiplay/generic/short[42]||INT||SHORTINT||V1_1_2_PROP_ID||
||10539||sim/multiplay/generic/short[39]||INT||TT_SHORTINT||V1_1_2_PROP_ID||
|-
|-
|10543||sim/multiplay/generic/short[43]||INT||SHORTINT||V1_1_2_PROP_ID||
||10540||sim/multiplay/generic/short[40]||INT||TT_SHORTINT||V1_1_2_PROP_ID||
|-
|-
|10544||sim/multiplay/generic/short[44]||INT||SHORTINT||V1_1_2_PROP_ID||
||10541||sim/multiplay/generic/short[41]||INT||TT_SHORTINT||V1_1_2_PROP_ID||
|-
|-
|10545||sim/multiplay/generic/short[45]||INT||SHORTINT||V1_1_2_PROP_ID||
||10542||sim/multiplay/generic/short[42]||INT||TT_SHORTINT||V1_1_2_PROP_ID||
|-
|-
|10546||sim/multiplay/generic/short[46]||INT||SHORTINT||V1_1_2_PROP_ID||
||10543||sim/multiplay/generic/short[43]||INT||TT_SHORTINT||V1_1_2_PROP_ID||
|-
|-
|10547||sim/multiplay/generic/short[47]||INT||SHORTINT||V1_1_2_PROP_ID||
||10544||sim/multiplay/generic/short[44]||INT||TT_SHORTINT||V1_1_2_PROP_ID||
|-
|-
|10548||sim/multiplay/generic/short[48]||INT||SHORTINT||V1_1_2_PROP_ID||
||10545||sim/multiplay/generic/short[45]||INT||TT_SHORTINT||V1_1_2_PROP_ID||
|-
|-
|10549||sim/multiplay/generic/short[49]||INT||SHORTINT||V1_1_2_PROP_ID||
||10546||sim/multiplay/generic/short[46]||INT||TT_SHORTINT||V1_1_2_PROP_ID||
|-
|-
|10550||sim/multiplay/generic/short[50]||INT||SHORTINT||V1_1_2_PROP_ID||
||10547||sim/multiplay/generic/short[47]||INT||TT_SHORTINT||V1_1_2_PROP_ID||
|-
|-
|10551||sim/multiplay/generic/short[51]||INT||SHORTINT||V1_1_2_PROP_ID||
||10548||sim/multiplay/generic/short[48]||INT||TT_SHORTINT||V1_1_2_PROP_ID||
|-
|-
|10552||sim/multiplay/generic/short[52]||INT||SHORTINT||V1_1_2_PROP_ID||
||10549||sim/multiplay/generic/short[49]||INT||TT_SHORTINT||V1_1_2_PROP_ID||
|-
|-
|10553||sim/multiplay/generic/short[53]||INT||SHORTINT||V1_1_2_PROP_ID||
||10550||sim/multiplay/generic/short[50]||INT||TT_SHORTINT||V1_1_2_PROP_ID||
|-
|-
|10554||sim/multiplay/generic/short[54]||INT||SHORTINT||V1_1_2_PROP_ID||
||10551||sim/multiplay/generic/short[51]||INT||TT_SHORTINT||V1_1_2_PROP_ID||
|-
|-
|10555||sim/multiplay/generic/short[55]||INT||SHORTINT||V1_1_2_PROP_ID||
||10552||sim/multiplay/generic/short[52]||INT||TT_SHORTINT||V1_1_2_PROP_ID||
|-
|-
|10556||sim/multiplay/generic/short[56]||INT||SHORTINT||V1_1_2_PROP_ID||
||10553||sim/multiplay/generic/short[53]||INT||TT_SHORTINT||V1_1_2_PROP_ID||
|-
|-
|10557||sim/multiplay/generic/short[57]||INT||SHORTINT||V1_1_2_PROP_ID||
||10554||sim/multiplay/generic/short[54]||INT||TT_SHORTINT||V1_1_2_PROP_ID||
|-
|-
|10558||sim/multiplay/generic/short[58]||INT||SHORTINT||V1_1_2_PROP_ID||
||10555||sim/multiplay/generic/short[55]||INT||TT_SHORTINT||V1_1_2_PROP_ID||
|-
|-
|10559||sim/multiplay/generic/short[59]||INT||SHORTINT||V1_1_2_PROP_ID||
||10556||sim/multiplay/generic/short[56]||INT||TT_SHORTINT||V1_1_2_PROP_ID||
|-
|-
|10560||sim/multiplay/generic/short[60]||INT||SHORTINT||V1_1_2_PROP_ID||
||10557||sim/multiplay/generic/short[57]||INT||TT_SHORTINT||V1_1_2_PROP_ID||
|-
|-
|10561||sim/multiplay/generic/short[61]||INT||SHORTINT||V1_1_2_PROP_ID||
||10558||sim/multiplay/generic/short[58]||INT||TT_SHORTINT||V1_1_2_PROP_ID||
|-
|-
|10562||sim/multiplay/generic/short[62]||INT||SHORTINT||V1_1_2_PROP_ID||
||10559||sim/multiplay/generic/short[59]||INT||TT_SHORTINT||V1_1_2_PROP_ID||
|-
|-
|10563||sim/multiplay/generic/short[63]||INT||SHORTINT||V1_1_2_PROP_ID||
||10560||sim/multiplay/generic/short[60]||INT||TT_SHORTINT||V1_1_2_PROP_ID||
|-
|-
|10564||sim/multiplay/generic/short[64]||INT||SHORTINT||V1_1_2_PROP_ID||
||10561||sim/multiplay/generic/short[61]||INT||TT_SHORTINT||V1_1_2_PROP_ID||
|-
|-
|10565||sim/multiplay/generic/short[65]||INT||SHORTINT||V1_1_2_PROP_ID||
||10562||sim/multiplay/generic/short[62]||INT||TT_SHORTINT||V1_1_2_PROP_ID||
|-
|-
|10566||sim/multiplay/generic/short[66]||INT||SHORTINT||V1_1_2_PROP_ID||
||10563||sim/multiplay/generic/short[63]||INT||TT_SHORTINT||V1_1_2_PROP_ID||
|-
|-
|10567||sim/multiplay/generic/short[67]||INT||SHORTINT||V1_1_2_PROP_ID||
||10564||sim/multiplay/generic/short[64]||INT||TT_SHORTINT||V1_1_2_PROP_ID||
|-
|-
|10568||sim/multiplay/generic/short[68]||INT||SHORTINT||V1_1_2_PROP_ID||
||10565||sim/multiplay/generic/short[65]||INT||TT_SHORTINT||V1_1_2_PROP_ID||
|-
|-
|10569||sim/multiplay/generic/short[69]||INT||SHORTINT||V1_1_2_PROP_ID||
||10566||sim/multiplay/generic/short[66]||INT||TT_SHORTINT||V1_1_2_PROP_ID||
|-
|-
|10570||sim/multiplay/generic/short[70]||INT||SHORTINT||V1_1_2_PROP_ID||
||10567||sim/multiplay/generic/short[67]||INT||TT_SHORTINT||V1_1_2_PROP_ID||
|-
|-
|10571||sim/multiplay/generic/short[71]||INT||SHORTINT||V1_1_2_PROP_ID||
||10568||sim/multiplay/generic/short[68]||INT||TT_SHORTINT||V1_1_2_PROP_ID||
|-
|-
|10572||sim/multiplay/generic/short[72]||INT||SHORTINT||V1_1_2_PROP_ID||
||10569||sim/multiplay/generic/short[69]||INT||TT_SHORTINT||V1_1_2_PROP_ID||
|-
|-
|10573||sim/multiplay/generic/short[73]||INT||SHORTINT||V1_1_2_PROP_ID||
||10570||sim/multiplay/generic/short[70]||INT||TT_SHORTINT||V1_1_2_PROP_ID||
|-
|-
|10574||sim/multiplay/generic/short[74]||INT||SHORTINT||V1_1_2_PROP_ID||
||10571||sim/multiplay/generic/short[71]||INT||TT_SHORTINT||V1_1_2_PROP_ID||
|-
|-
|10575||sim/multiplay/generic/short[75]||INT||SHORTINT||V1_1_2_PROP_ID||
||10572||sim/multiplay/generic/short[72]||INT||TT_SHORTINT||V1_1_2_PROP_ID||
|-
|-
|10576||sim/multiplay/generic/short[76]||INT||SHORTINT||V1_1_2_PROP_ID||
||10573||sim/multiplay/generic/short[73]||INT||TT_SHORTINT||V1_1_2_PROP_ID||
|-
|-
|10577||sim/multiplay/generic/short[77]||INT||SHORTINT||V1_1_2_PROP_ID||
||10574||sim/multiplay/generic/short[74]||INT||TT_SHORTINT||V1_1_2_PROP_ID||
|-
|-
|10578||sim/multiplay/generic/short[78]||INT||SHORTINT||V1_1_2_PROP_ID||
||10575||sim/multiplay/generic/short[75]||INT||TT_SHORTINT||V1_1_2_PROP_ID||
|-
|-
|10579||sim/multiplay/generic/short[79]||INT||SHORTINT||V1_1_2_PROP_ID||
||10576||sim/multiplay/generic/short[76]||INT||TT_SHORTINT||V1_1_2_PROP_ID||
|-
|-
|11000||sim/multiplay/generic/bool[0]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
||10577||sim/multiplay/generic/short[77]||INT||TT_SHORTINT||V1_1_2_PROP_ID||
|-
|-
|11001||sim/multiplay/generic/bool[1]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
||10578||sim/multiplay/generic/short[78]||INT||TT_SHORTINT||V1_1_2_PROP_ID||
|-
|-
|11002||sim/multiplay/generic/bool[2]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
||10579||sim/multiplay/generic/short[79]||INT||TT_SHORTINT||V1_1_2_PROP_ID||
|-
|-
|11003||sim/multiplay/generic/bool[3]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
||11000||sim/multiplay/generic/bool[0]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
|-
|-
|11004||sim/multiplay/generic/bool[4]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
||11001||sim/multiplay/generic/bool[1]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
|-
|-
|11005||sim/multiplay/generic/bool[5]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
||11002||sim/multiplay/generic/bool[2]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
|-
|-
|11006||sim/multiplay/generic/bool[6]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
||11003||sim/multiplay/generic/bool[3]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
|-
|-
|11007||sim/multiplay/generic/bool[7]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
||11004||sim/multiplay/generic/bool[4]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
|-
|-
|11008||sim/multiplay/generic/bool[8]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
||11005||sim/multiplay/generic/bool[5]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
|-
|-
|11009||sim/multiplay/generic/bool[9]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
||11006||sim/multiplay/generic/bool[6]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
|-
|-
|11010||sim/multiplay/generic/bool[10]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
||11007||sim/multiplay/generic/bool[7]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
|-
|-
|11011||sim/multiplay/generic/bool[11]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
||11008||sim/multiplay/generic/bool[8]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
|-
|-
|11012||sim/multiplay/generic/bool[12]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
||11009||sim/multiplay/generic/bool[9]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
|-
|-
|11013||sim/multiplay/generic/bool[13]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
||11010||sim/multiplay/generic/bool[10]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
|-
|-
|11014||sim/multiplay/generic/bool[14]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
||11011||sim/multiplay/generic/bool[11]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
|-
|-
|11015||sim/multiplay/generic/bool[15]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
||11012||sim/multiplay/generic/bool[12]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
|-
|-
|11016||sim/multiplay/generic/bool[16]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
||11013||sim/multiplay/generic/bool[13]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
|-
|-
|11017||sim/multiplay/generic/bool[17]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
||11014||sim/multiplay/generic/bool[14]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
|-
|-
|11018||sim/multiplay/generic/bool[18]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
||11015||sim/multiplay/generic/bool[15]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
|-
|-
|11019||sim/multiplay/generic/bool[19]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
||11016||sim/multiplay/generic/bool[16]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
|-
|-
|11020||sim/multiplay/generic/bool[20]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
||11017||sim/multiplay/generic/bool[17]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
|-
|-
|11021||sim/multiplay/generic/bool[21]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
||11018||sim/multiplay/generic/bool[18]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
|-
|-
|11022||sim/multiplay/generic/bool[22]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
||11019||sim/multiplay/generic/bool[19]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
|-
|-
|11023||sim/multiplay/generic/bool[23]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
||11020||sim/multiplay/generic/bool[20]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
|-
|-
|11024||sim/multiplay/generic/bool[24]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
||11021||sim/multiplay/generic/bool[21]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
|-
|-
|11025||sim/multiplay/generic/bool[25]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
||11022||sim/multiplay/generic/bool[22]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
|-
|-
|11026||sim/multiplay/generic/bool[26]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
||11023||sim/multiplay/generic/bool[23]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
|-
|-
|11027||sim/multiplay/generic/bool[27]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
||11024||sim/multiplay/generic/bool[24]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
|-
|-
|11028||sim/multiplay/generic/bool[28]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
||11025||sim/multiplay/generic/bool[25]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
|-
|-
|11029||sim/multiplay/generic/bool[29]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
||11026||sim/multiplay/generic/bool[26]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
|-
|-
|11030||sim/multiplay/generic/bool[30]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
||11027||sim/multiplay/generic/bool[27]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
|-
|-
|11040||sim/multiplay/generic/bool[31]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
||11028||sim/multiplay/generic/bool[28]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
|-
|-
|11041||sim/multiplay/generic/bool[32]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
||11029||sim/multiplay/generic/bool[29]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
|-
|-
|11042||sim/multiplay/generic/bool[33]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
||11030||sim/multiplay/generic/bool[30]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
|-
|-
|11043||sim/multiplay/generic/bool[34]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
||11040||sim/multiplay/generic/bool[31]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
|-
|-
|11044||sim/multiplay/generic/bool[35]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
||11041||sim/multiplay/generic/bool[32]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
|-
|-
|11045||sim/multiplay/generic/bool[36]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
||11042||sim/multiplay/generic/bool[33]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
|-
|-
|11046||sim/multiplay/generic/bool[37]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
||11043||sim/multiplay/generic/bool[34]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
|-
|-
|11047||sim/multiplay/generic/bool[38]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
||11044||sim/multiplay/generic/bool[35]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
|-
|-
|11048||sim/multiplay/generic/bool[39]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
||11045||sim/multiplay/generic/bool[36]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
|-
|-
|11049||sim/multiplay/generic/bool[40]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
||11046||sim/multiplay/generic/bool[37]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
|-
|-
|11050||sim/multiplay/generic/bool[41]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
||11047||sim/multiplay/generic/bool[38]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
|-
|-
|11051||sim/multiplay/generic/bool[42]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
||11048||sim/multiplay/generic/bool[39]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
|-
|-
|11052||sim/multiplay/generic/bool[42]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
||11049||sim/multiplay/generic/bool[40]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
|-
|-
|11053||sim/multiplay/generic/bool[43]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
||11050||sim/multiplay/generic/bool[41]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
|-
|-
|11054||sim/multiplay/generic/bool[44]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
||11051||sim/multiplay/generic/bool[91]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
|-
|-
|11055||sim/multiplay/generic/bool[45]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
||11052||sim/multiplay/generic/bool[42]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
|-
|-
|11056||sim/multiplay/generic/bool[46]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
||11053||sim/multiplay/generic/bool[43]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
|-
|-
|11057||sim/multiplay/generic/bool[47]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
||11054||sim/multiplay/generic/bool[44]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
|-
|-
|11058||sim/multiplay/generic/bool[48]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
||11055||sim/multiplay/generic/bool[45]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
|-
|-
|11059||sim/multiplay/generic/bool[49]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
||11056||sim/multiplay/generic/bool[46]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
|-
|-
|11060||sim/multiplay/generic/bool[50]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
||11057||sim/multiplay/generic/bool[47]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
|-
|-
|11061||sim/multiplay/generic/bool[51]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
||11058||sim/multiplay/generic/bool[48]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
|-
|-
|11062||sim/multiplay/generic/bool[52]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
||11059||sim/multiplay/generic/bool[49]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
|-
|-
|11063||sim/multiplay/generic/bool[53]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
||11060||sim/multiplay/generic/bool[50]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
|-
|-
|11064||sim/multiplay/generic/bool[54]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
||11061||sim/multiplay/generic/bool[51]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
|-
|-
|11065||sim/multiplay/generic/bool[55]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
||11062||sim/multiplay/generic/bool[52]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
|-
|-
|11066||sim/multiplay/generic/bool[56]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
||11063||sim/multiplay/generic/bool[53]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
|-
|-
|11067||sim/multiplay/generic/bool[57]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
||11064||sim/multiplay/generic/bool[54]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
|-
|-
|11068||sim/multiplay/generic/bool[58]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
||11065||sim/multiplay/generic/bool[55]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
|-
|-
|11069||sim/multiplay/generic/bool[59]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
||11066||sim/multiplay/generic/bool[56]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
|-
|-
|11070||sim/multiplay/generic/bool[60]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
||11067||sim/multiplay/generic/bool[57]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
|-
|-
|11080||sim/multiplay/generic/bool[61]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
||11068||sim/multiplay/generic/bool[58]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
|-
|-
|11081||sim/multiplay/generic/bool[62]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
||11069||sim/multiplay/generic/bool[59]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
|-
|-
|11082||sim/multiplay/generic/bool[63]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
||11070||sim/multiplay/generic/bool[60]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
|-
|-
|11083||sim/multiplay/generic/bool[64]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
||11080||sim/multiplay/generic/bool[61]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
|-
|-
|11084||sim/multiplay/generic/bool[65]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
||11081||sim/multiplay/generic/bool[62]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
|-
|-
|11085||sim/multiplay/generic/bool[66]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
||11082||sim/multiplay/generic/bool[63]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
|-
|-
|11086||sim/multiplay/generic/bool[67]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
||11083||sim/multiplay/generic/bool[64]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
|-
|-
|11087||sim/multiplay/generic/bool[68]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
||11084||sim/multiplay/generic/bool[65]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
|-
|-
|11088||sim/multiplay/generic/bool[69]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
||11085||sim/multiplay/generic/bool[66]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
|-
|-
|11089||sim/multiplay/generic/bool[70]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
||11086||sim/multiplay/generic/bool[67]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
|-
|-
|11090||sim/multiplay/generic/bool[71]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
||11087||sim/multiplay/generic/bool[68]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
|-
|-
|11091||sim/multiplay/generic/bool[72]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
||11088||sim/multiplay/generic/bool[69]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
|-
|-
|11092||sim/multiplay/generic/bool[72]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
||11089||sim/multiplay/generic/bool[70]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
|-
|-
|11093||sim/multiplay/generic/bool[73]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
||11090||sim/multiplay/generic/bool[71]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
|-
|-
|11094||sim/multiplay/generic/bool[74]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
||11091||sim/multiplay/generic/bool[92]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
|-
|-
|11095||sim/multiplay/generic/bool[75]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
||11092||sim/multiplay/generic/bool[72]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
|-
|-
|11096||sim/multiplay/generic/bool[76]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
||11093||sim/multiplay/generic/bool[73]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
|-
|-
|11097||sim/multiplay/generic/bool[77]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
||11094||sim/multiplay/generic/bool[74]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
|-
|-
|11098||sim/multiplay/generic/bool[78]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
||11095||sim/multiplay/generic/bool[75]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
|-
|-
|11099||sim/multiplay/generic/bool[79]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
||11096||sim/multiplay/generic/bool[76]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
|-
|-
|11100||sim/multiplay/generic/bool[80]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
||11097||sim/multiplay/generic/bool[77]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
|-
|-
|11101||sim/multiplay/generic/bool[81]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
||11098||sim/multiplay/generic/bool[78]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
|-
|-
|11102||sim/multiplay/generic/bool[82]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
||11099||sim/multiplay/generic/bool[79]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
|-
|-
|11103||sim/multiplay/generic/bool[83]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
||11100||sim/multiplay/generic/bool[80]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
|-
|-
|11104||sim/multiplay/generic/bool[84]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
||11101||sim/multiplay/generic/bool[81]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
|-
|-
|11105||sim/multiplay/generic/bool[85]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
||11102||sim/multiplay/generic/bool[82]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
|-
|-
|11106||sim/multiplay/generic/bool[86]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
||11103||sim/multiplay/generic/bool[83]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
|-
|-
|11107||sim/multiplay/generic/bool[87]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
||11104||sim/multiplay/generic/bool[84]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
|-
|-
|11108||sim/multiplay/generic/bool[88]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
||11105||sim/multiplay/generic/bool[85]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
|-
|-
|11109||sim/multiplay/generic/bool[89]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
||11106||sim/multiplay/generic/bool[86]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
|-
|-
|11110||sim/multiplay/generic/bool[90]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
||11107||sim/multiplay/generic/bool[87]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
|-
||11108||sim/multiplay/generic/bool[88]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
|-
||11109||sim/multiplay/generic/bool[89]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
|-
||11110||sim/multiplay/generic/bool[90]||BOOL||TT_BOOLARRAY||V1_1_2_PROP_ID||
|-
|-
||11990||sim/multiplay/mp-clock-mode||INT||TT_SHORTINT||V1_1_2_PROP_ID||
||11990||sim/multiplay/mp-clock-mode||INT||TT_SHORTINT||V1_1_2_PROP_ID||
Line 1,218: Line 1,224:
||13001||sim/multiplay/comm-transmit-frequency-hz||INT||TT_INT||V1_1_2_PROP_ID||
||13001||sim/multiplay/comm-transmit-frequency-hz||INT||TT_INT||V1_1_2_PROP_ID||
|-
|-
||13002||sim/multiplay/comm-transmit-power-norm||INT||TT_SHORT_FLOAT_NORM ||V1_1_2_PROP_ID||
||13002||sim/multiplay/comm-transmit-power-norm||INT||TT_SHORT_FLOAT_NORM||V1_1_2_PROP_ID||
|}
|}


{{Note|This table is is current for FlightGear 2020.3; but may have been changed. Refer to {{flightgear file|src/MultiPlayer/multiplaymgr.cxx|l=129}}.}}
{{Note|This table is is current for FlightGear 2020.3; but may have been changed. Refer to {{flightgear file|src/MultiPlayer/multiplaymgr.cxx|l=129}}.}}
308

edits

Navigation menu