Changes between Version 31 and Version 32 of ProtocolZero
- Timestamp:
- Jun 7, 2011 3:57:29 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ProtocolZero
v31 v32 50 50 * float speed 51 51 * float distance 52 * ''[[mt]]'' - "Move To". Takes four arguments: 53 * int obstacles 54 * float speed 55 * float X 56 * float Y 52 57 * ''[[ju]]'' - "JUmp once". Takes two arguments: 53 58 * float direction … … 62 67 * ''[[am]]'' - "Armor, Maximum". Takes no arguments. 63 68 * ''[[lc]]'' - "Location, Current". Takes no arguments. 69 * ''[[fc]]'' - "Facing, Current". Takes no arguments. 64 70 * ''[[rf]]'' - "RangeFinder". Takes three arguments. 65 71 * int range … … 113 119 * say [STRING] - Quagent "speaks" the STRING aloud. Has limited range. Possible implementation for user with speech synth. Used during Quagent collaboration. 114 120 * 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. 115 122 * listen [TIME] - sends sounds back to the user for the specified time. This seems like it might be Hard. 116 123 * zoom [VOID] - sends an image that zooms on the Quagent's current view. Uses quake zoom func.