robocode.Bullet instances not being synchronized
Fragment of a discussion from Talk:Robocode/Game Physics
← Thread:Talk:Robocode/Game Physics/robocode.Bullet instances not being synchronized/reply (3)
Jump to navigation
Jump to search
← Thread:Talk:Robocode/Game Physics/robocode.Bullet instances not being synchronized/reply (3)
You do not have permission to edit this page, for the following reasons:
You can view and copy the source of this page.
Return to Thread:Talk:Robocode/Game Physics/robocode.Bullet instances not being synchronized/reply (3).
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