Changes between Version 2 and Version 3 of gh
- Timestamp:
- Aug 1, 2011 1:20:04 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
gh
v2 v3 3 3 4 4 '''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. 6 6 7 7 '''Responds:''' 8 * TBD8 * ''X Y'' where X is the entity id and Y is the health 9 9 10 10 '''Reports:''' 11 * TBD11 * ''done'' when the task completes. 12 12 13 13 '''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"