Changes between Version 9 and Version 10 of ProtocolOne


Ignore:
Timestamp:
Jun 6, 2011 5:42:04 PM (13 years ago)
Author:
jherwitz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ProtocolOne

    v9 v10  
    1919  {{{pause(int time, int priority)}}}
    2020   Pauses command queue execution.
     21  {{{pop(int priority)}}}
     22   Pops action off command queue.
     23  {{{currentHealth(int priority)}}}
     24   Returns Quagent's current health.
     25  {{{maxHealth(int priority)}}}
     26   Returns Quagent's maximum health. Kind of useless.
     27  {{{currentArmour(int priority)}}}
     28   Returns Quagent's current armor. British spelling adds class.
     29  {{{maxArmour(int priority)}}}
     30   Returns Quagent's maximum armor.
    2131
    2232= Example behaviors =