robocode.Bullet instances not being synchronized
Fragment of a discussion from Talk:Robocode/Game Physics
Jump to navigation
Jump to search
They both represent states of the same simulated object. Maybe the Bullet instance returned from setFireBullet is updated every tick while the instance returned by BulletHitBulletEvent isn't, but only debugging the Robocode engine to be sure.
MN