Difference between revisions of "Thread:Talk:Robocode/Will onRobotDeath event miss due to skipped turns?/reply (10)"

From Robowiki
Jump to navigation Jump to search
 
m
 
Line 1: Line 1:
 
Even onRobotDeath event got missed, it takes at most 8 ticks (assuming radar not affected by gun/body) to recover that event
 
Even onRobotDeath event got missed, it takes at most 8 ticks (assuming radar not affected by gun/body) to recover that event
  
— just check if everyone else got scanned after getOthers() drops, if so, simply mark it as dead.
+
— just check if everyone else got scanned after getOthers() drops, if so, simply mark it as dead.

Latest revision as of 14:44, 6 January 2018

Even onRobotDeath event got missed, it takes at most 8 ticks (assuming radar not affected by gun/body) to recover that event

— just check if everyone else got scanned after getOthers() drops, if so, simply mark it as dead.