Changes between Version 31 and Version 32 of ProtocolZero


Ignore:
Timestamp:
Jun 7, 2011 3:57:29 PM (13 years ago)
Author:
jpawlick
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ProtocolZero

    v31 v32  
    5050  * float speed
    5151  * float distance
     52 * ''[[mt]]'' - "Move To". Takes four arguments:
     53  * int obstacles
     54  * float speed
     55  * float X
     56  * float Y
    5257 * ''[[ju]]'' - "JUmp once". Takes two arguments:
    5358  * float direction
     
    6267 * ''[[am]]'' - "Armor, Maximum". Takes no arguments.
    6368 * ''[[lc]]'' - "Location, Current". Takes no arguments.
     69 * ''[[fc]]'' - "Facing, Current". Takes no arguments.
    6470 * ''[[rf]]'' - "RangeFinder". Takes three arguments.
    6571  * int range
     
    113119 * say [STRING] - Quagent "speaks" the STRING aloud. Has limited range. Possible implementation for user with speech synth. Used during Quagent collaboration.   
    114120 * look [VOID] - sends an image over the socket back to the user representing what the agent can see.
     121 * canSee [INT] - asks if there exists line of sight between a bot and another bot.
    115122 * listen [TIME] - sends sounds back to the user for the specified time. This seems like it might be Hard.
    116123 * zoom [VOID] - sends an image that zooms on the Quagent's current view. Uses quake zoom func.