Changes between Version 6 and Version 7 of ProtocolOne


Ignore:
Timestamp:
Jun 6, 2011 5:26:41 PM (13 years ago)
Author:
jherwitz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ProtocolOne

    v6 v7  
    44 '''Actions'''
    55  {{{move(double dir, double dist, double speed, int obstacles, int priority)}}}
    6    * * Moves by ''dist'' towards the ''dir'' direction at ''speed'' quickness. ''obstacles'' indicates whether the bot automatically maneuvers past simple obstacles.
    7   {{{move(double dir, double speed, int obstacles, int priority)}}
    8    * Moves indefinitely towards the ''dir''direction at speed ''speed''. ''obstacles'' is as above.
     6   Moves by ''dist'' towards the ''dir'' direction at ''speed'' quickness. ''obstacles'' indicates whether the bot automatically maneuvers past simple obstacles.
     7  {{{move(double dir, double speed, int obstacles, int priority)}}}
     8   Moves indefinitely towards the ''dir''direction at speed ''speed''. ''obstacles'' is as above.
    99  {{{jump(double dir, double speed, int priority)}}}
    10    * Jumps in the ''dir'' direction at speed ''speed''.
     10   Jumps in the ''dir'' direction at speed ''speed''.
     11  {{{rangeFinder(int range, double yaw, double pitch, int priority)}}}
     12   Uses the wiki:rangefinder at a limited ''range'', in the direction specified by ''yaw'' and ''pitch''.
     13  {{{rangefinder(int priority)}}}
     14   Uses the wiki:rangefinder in the current direction, with no limit on distance.
    1115