Changes between Version 7 and Version 8 of ProtocolZero
- Timestamp:
- May 31, 2011 11:44:16 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ProtocolZero
v7 v8 57 57 * currentArmour - returns Quagent's current armour. 58 58 * maxArmour - returns Quagent's maximum armour. 59 * currentLocation - returns Quagent's current location (GPS)59 * getPosition - returns Quagent's current location (GPS) 60 60 * currentItem - returns description of currently held items. 61 61 * The following are booleans constructed from other protocol functions. They are implemented in the API for convenience. … … 72 72 73 73 '''Overseer''' 74 Overseer functions here. 74 * getPositions [VOID] - returns list of all Quagent positions 75 * getMetric [METRIC] - returns evaluation of given metric (TBD). 75 76 76 77 == Implementation ==