KnightHawk75
Posts: 1450
Joined: 11/15/2018 Status: offline
|
It's possible and allowed.
local arcT={'PB1','PB2','SB1','SB2','SMF1','SMF2','SMA1','SMA2','SS1','SS2','PS1','PS2','PMA1','PMA2','PMF1','PMF2'};
local arcD={'PB1','PB2','SB1','SB2','SMF1','SMF2','SMA1','SMA2','SS1','SS2','PS1','PS2','PMA1','PMA2','PMF1','PMF2'};
local arc360 = {'360'}
ScenEdit_UpdateUnit({guid=u.guid, mode='add_sensor', dbid=2648, arc_detect=arcD, arc_track=arcT}) --specific entries
ScenEdit_UpdateUnit({guid=u.guid, mode='add_sensor', dbid=2648, arc_detect=arc360, arc_track=arc360}) --360 version Though the {'360'} should work too, just submit it in table form. may want to include arc_track as well. A mount is different and will require arc_mount= as well, though like you said it's not what you're trying to do. Also sensor 1815 is not an OECM Advanced sensor, I think it's a sonar. cwdb ---- 2648 Generic OECM [Advanced] 1980s db3k ---- 1046 Generic OECM [Simple] 1970s, CW Jamming 1048 Generic OECM [Average] 1970s 1050 Generic OECM [Advanced] 1980s 5921 Generic OECM [Advanced] 1990s 5922 Generic OECM [Advanced] 2000s 5923 Generic OECM [Advanced] 2010s 5924 Generic OECM [Advanced] 2020s
< Message edited by KnightHawk75 -- 6/24/2020 3:14:04 AM >
|