Changes between Version 7 and Version 8 of ProtocolZero


Ignore:
Timestamp:
May 31, 2011 11:44:16 AM (13 years ago)
Author:
jherwitz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ProtocolZero

    v7 v8  
    5757 * currentArmour - returns Quagent's current armour.
    5858 * maxArmour - returns Quagent's maximum armour.
    59  * currentLocation - returns Quagent's current location (GPS)
     59 * getPosition - returns Quagent's current location (GPS)
    6060 * currentItem - returns description of currently held items.
    6161* The following are booleans constructed from other protocol functions. They are implemented in the API for convenience.
     
    7272
    7373'''Overseer'''
    74 Overseer functions here.
     74 * getPositions [VOID] - returns list of all Quagent positions
     75 * getMetric [METRIC] - returns evaluation of given metric (TBD).
    7576
    7677== Implementation ==