Changes between Version 2 and Version 3 of gh


Ignore:
Timestamp:
Aug 1, 2011 1:20:04 PM (13 years ago)
Author:
xwang
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • gh

    v2 v3  
    33
    44'''Parameters:'''
    5  * 1 long entityid. This specifies the client whose health we want. A -1 in this field indicates that the command should return all clients' health.
     5 * 1: int entityid - This specifies the client whose health we want. A -1 in this field indicates that the command should return all clients' health.
    66
    77'''Responds:'''
    8  * TBD
     8 * ''X Y'' where X is the entity id and Y is the health
    99
    1010'''Reports:'''
    11  * TBD
     11 * ''done'' when the task completes.
    1212
    1313'''Example:'''
    14  * User sends: "gh 0"
     14 * User sends: "gh 512 1
     15 * Director replies: "rs gh 512 1 50"
     16 * Director replies: "cp gh 512 done"