User:D414

From Robowiki
Revision as of 03:12, 3 February 2024 by D414 (talk | contribs) (Created page with "= Personal Gotchas = == Event Priority == The documentation for event priorities is unclear. [https://robocode.sourceforge.io/docs/robocode/robocode/AdvancedRobot.html#setEven...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Personal Gotchas

Event Priority

The documentation for event priorities is unclear. setEventPriority says lower values are higher priority while getEventPriority says higher values are higher priority. Testing confirms the later is correct. Also note that the priority of RoundEndedEvent is 110, not 100 as documented.