Category:Extends AdvancedRobot Bots

From Robowiki
Revision as of 17:46, 15 May 2009 by J Litewski (talk | contribs) (fixed grammar mistake)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Robots that inherit from the class AdvancedRobot. One of the most important features is that it can do multiple actions at the same time, allowing more complicated movement such as curves, by putting set before a normal Robot method. An example would be:

setTurnRight(double.POSITIVE_INFINITY);
setAhead(double.POSITIVE_INFINITY);

This would have you move in a circle forever.

Pages in category "Extends AdvancedRobot Bots"

The following 200 pages are in this category, out of 275 total.

(previous page) (next page)
(previous page) (next page)