Changes between Version 9 and Version 10 of ProtocolOne
- Timestamp:
- Jun 6, 2011 5:42:04 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ProtocolOne
v9 v10 19 19 {{{pause(int time, int priority)}}} 20 20 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. 21 31 22 32 = Example behaviors =