Difference between revisions of "DCS func getDispatcherTowerPos"
From DCS World Wiki - Hoggitworld.com
(One intermediate revision by the same user not shown) | |||
Line 22: | Line 22: | ||
|reqName1= Self | |reqName1= Self | ||
− | |reqType2= | + | |reqType2= |
− | |reqName2= | + | |reqName2= |
|reqType3= | |reqType3= | ||
Line 41: | Line 41: | ||
local everyBlueTowerLocation = {} | local everyBlueTowerLocation = {} | ||
for i = 1 , #ab do | for i = 1 , #ab do | ||
− | table.insert(everyBlueTowerLocation, Airbase. | + | table.insert(everyBlueTowerLocation, Airbase.getDispatcherTowerPos(ab[i])) |
end | end | ||
− | |notes= From DCS 2.7.0 to 2.9.6 this function was Airbase.getTechObjectPos. That function was effectively removed and renamed to getDispatchTowerPos | + | |notes= From DCS 2.7.0 to 2.9.6 this function was Airbase.getTechObjectPos. That function was effectively removed and renamed to getDispatchTowerPos. The required "towers" parameter was also removed. |
}} | }} | ||
[[Category:Class Functions|getDispatcherTowerPos]] | [[Category:Class Functions|getDispatcherTowerPos]] | ||
− | [[Category:Game Patch 2.9.6|getDispatcherTowerPos]] | + | [[Category:Game Patch: 2.9.6|getDispatcherTowerPos]] |