Changes between Version 27 and Version 28 of ProtocolZero


Ignore:
Timestamp:
Jun 7, 2011 2:12:20 PM (13 years ago)
Author:
jpawlick
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ProtocolZero

    v27 v28  
    122122 * playQuake - activates Deathmatch AI?
    123123* Sensors
    124  * currentHealth - returns Quagent's current health
    125  * maxHealth - returns Quagent's maximum health.
    126  * currentArmour - returns Quagent's current armour.
    127  * maxArmour - returns Quagent's maximum armour.
    128  * getPosition - returns Quagent's current location (GPS)
    129124 * currentItem - returns description of currently held items.
    130125* The following are booleans constructed from other protocol functions. They are implemented in the API for convenience.
     
    133128 * hasArmour? - true if agent has > 0 armour.
    134129 * hasItem? - true if agent is carrying an item.
    135 * Behavior management system / agent management (Also implement first?)
    136  * peek - echoes a description of the current command.
    137  * peeknext - echos a description of the next command to evaluate
    138130
    139131'''GOD'''
     
    150142 * ACTIONS
    151143  * player_use
    152   * player_move_forward [DIST]
    153   * player_move_backward [DIST]
    154   * player_move_left [DIST]
    155   * player_move_right [DIST]
    156144  * player_crouch
    157145  * weapon_fire