Changes between Version 3 and Version 4 of ProtocolOne


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

--

Legend:

Unmodified
Added
Removed
Modified
  • ProtocolOne

    v3 v4  
    33= Live Functions =
    44 '''Actions'''
    5   move(double dir, double dist, double speed, int obstacles, int priority)
     5  {{{move(double dir, double dist, double speed, int obstacles, int priority)}}}
    66   * Moves by ''dist'' towards the ''dir'' direction at ''speed'' quickness. ''obstacles'' indicates whether the bot automatically maneuvers past simple obstacles.
    77  move(double dir, double speed, int obstacles, int priority)