Changes between Version 25 and Version 26 of ProtocolOne


Ignore:
Timestamp:
Jun 10, 2011 11:38:34 AM (13 years ago)
Author:
jherwitz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ProtocolOne

    v25 v26  
    8888   Finds the maximum direction, and then rotates to face it. Does not return anything.
    8989  {{{findEntityDirection(int entityid, int priority)}}}
    90    Directly returns the direction of the specified entityid. Returns -1 if nothing found.
     90   Directly returns the direction of the specified entityid, in the form of [rotational,azimuthal]. Returns -1 if nothing found.
    9191  {{{faceEntityDirection(int entityid, int priority)}}}
    9292   Finds the direction of specified entity, then rotates to face this direction.
     93  {{{gotoEntity(int entityid, double speed, int obstacles, int priority)}}
     94   Moves to the specified entity. using the specified ''speed''.
    9395  {{{showImage(int priority)}}}
    9496   Displays a depth mapping representing the bot's current "sight".