See image. The seats on the right side are not accessible via RWYL.
Using [vehicle player] call rwyl_main_fnc_getSeats you get the following results:
[
[0,"driver",-1,[],false,B Alpha 2-5:1,"Pilot",["proxy:\ca\temp\proxies\uh60m\pilot.001",3],[0.544052,4.49111,-0.526717],"\a3\ui_f\data\IGUI\Cfg\Actions\getinpilot_ca.paa","Compartment1"],
[1,"turret",-1,[0],3,"CPGunner","Kopilot",["proxy:\ca\temp\proxies\uh60m\gunner.003",3],[-0.562328,4.49111,-0.526717],"\a3\ui_f\data\IGUI\Cfg\Actions\getingunner_ca.paa","Compartment3"],
[2,"turret",-1,[1],6,"CPGunner","Left door gunner",["proxy:\ca\temp\proxies\uh60m\gunner.006",3],[-0.366283,3.26727,-0.765392],"\a3\ui_f\data\IGUI\Cfg\Actions\getingunner_ca.paa","Compartment2"],
[3,"turret",-1,[2],7,"CPGunner","Right door gunner",["proxy:\ca\temp\proxies\uh60m\gunner.007",3],[0.366024,3.26727,-0.765392],"\a3\ui_f\data\IGUI\Cfg\Actions\getingunner_ca.paa","Compartment2"],
[4,"turret",0,[3],12,"CPCargo","Door Right 1 (hoist controls)",["proxy:z\vtx\addons\uh60\data\cargoseats\cargoseat.012",3],[0.397431,3.28364,-0.519787],"\a3\ui_f\data\IGUI\Cfg\Actions\getingunner_ca.paa","Compartment2"],
[5,"turret",1,[4],13,"CPCargo","Door Right 2",["proxy:z\vtx\addons\uh60\data\cargoseats\cargoseat.013",3],[-0.411397,3.29532,-0.519787],"\a3\ui_f\data\IGUI\Cfg\Actions\getingunner_ca.paa","Compartment2"],
[6,"turret",2,[5],14,"CPCargo","Door Left 1",["proxy:\ca\temp\proxies\m113\cargo03.014",3],[-1.02345,1.2875,-1.14844],"\a3\ui_f\data\IGUI\Cfg\Actions\getingunner_ca.paa","Compartment2"],
[7,"turret",3,[6],15,"CPCargo","Door Left 2",["proxy:\ca\temp\proxies\m113\cargo03.015",3],[-1.0192,1.97373,-1.10884],"\a3\ui_f\data\IGUI\Cfg\Actions\getingunner_ca.paa","Compartment2"],
[8,"turret",4,[7],16,"CPCargo","Cabin (left center 1)",["proxy:\ca\temp\proxies\m113\cargo03.016",3],[-0.119496,1.43362,-0.893914],"\a3\ui_f\data\IGUI\Cfg\Actions\getingunner_ca.paa","Compartment2"],
[9,"turret",5,[8],17,"CPCargo","Cabin (left center 2)",["proxy:\ca\temp\proxies\m113\cargo03.017",3],[-0.179504,2.06587,-0.893914],"\a3\ui_f\data\IGUI\Cfg\Actions\getingunner_ca.paa","Compartment2"],
[10,"turret",6,[9],20,"CPCargo","Cabin (center front)",["proxy:\ca\temp\proxies\m113\cargo03.020",3],[0.00176773,3.11921,-0.893914],"\a3\ui_f\data\IGUI\Cfg\Actions\getingunner_ca.paa","Compartment2"],
[11,"turret",7,[10],21,"CPCargo","Cabin (right front)",["proxy:\ca\temp\proxies\m113\cargo03.021",3],[0.55379,2.75483,-0.893914],"\a3\ui_f\data\IGUI\Cfg\Actions\getingunner_ca.paa","Compartment2"],
[12,"turret",8,[11],22,"CPCargo","Cabin (right center 1)",["proxy:\ca\temp\proxies\m113\cargo03.022",3],[0.306242,1.65091,-0.893914],"\a3\ui_f\data\IGUI\Cfg\Actions\getingunner_ca.paa","Compartment2"],
[13,"turret",9,[12],23,"CPCargo","Cabin (right center 2)",["proxy:\ca\temp\proxies\m113\cargo03.023",3],[0.11991,2.25312,-0.893914],"\a3\ui_f\data\IGUI\Cfg\Actions\getingunner_ca.paa","Compartment2"]
]
You see that for "Door Right 1 (hoist controls)" and "Door Right 2" there is a totally different "proxy" path. Whatever that proxy path means.
See image. The seats on the right side are not accessible via RWYL.
Using
[vehicle player] call rwyl_main_fnc_getSeats
you get the following results:You see that for "Door Right 1 (hoist controls)" and "Door Right 2" there is a totally different "proxy" path. Whatever that proxy path means.