Rostol Member Joined Jul 19, 2014 Messages 95 Reaction score 1 Dec 3, 2014 #1 Is there a function like Core.getShipVisibleOnRadar() ? which would return the maps seen on radar ? Thanks
Is there a function like Core.getShipVisibleOnRadar() ? which would return the maps seen on radar ? Thanks
O Out Active Member Joined Jun 2, 2012 Messages 2,972 Reaction score 13 Dec 5, 2014 #2 public List<DoodadObject> getFishVisibleOnRadar()
Rostol Member Joined Jul 19, 2014 Messages 95 Reaction score 1 Dec 5, 2014 #3 Oh the same function is used for fish and ship ? XD thanks Out !!!
Rostol Member Joined Jul 19, 2014 Messages 95 Reaction score 1 Dec 8, 2014 #4 Hey Out, this code works for the Fish radar but not for the Ship radar. Any ideas? Code: foreach (var dood in getFishVisibleOnRadar()) { Log("Ship: "+ dood.id + "-" dood.x + "-" + dood.y); }
Hey Out, this code works for the Fish radar but not for the Ship radar. Any ideas? Code: foreach (var dood in getFishVisibleOnRadar()) { Log("Ship: "+ dood.id + "-" dood.x + "-" + dood.y); }
O Out Active Member Joined Jun 2, 2012 Messages 2,972 Reaction score 13 Dec 9, 2014 #5 Its only for fish radar, there is no ship radar. It seems I have understood you wrong, sorry
Rostol Member Joined Jul 19, 2014 Messages 95 Reaction score 1 Dec 9, 2014 #6 No problem ... can you add this function some day ? (not high priority)