Changes between Version 1 and Version 2 of ga


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

--

Legend:

Unmodified
Added
Removed
Modified
  • ga

    v1 v2  
    11This command gets the armor of clients.
    22
    3 
    43'''Parameters:'''
    5  * 1 long entityid. This specifies the client whose armor we want. A -1 in this field indicates that the command should return all clients' armor.
     4 * 1: int entityid - This specifies the client whose armor we want. A -1 in this field indicates that the command should return all clients' armor.
    65
    76'''Responds:'''
    8  * TBD
     7 * ''X Y'' where X is the entity id and Y is the armor
    98
    109'''Reports:'''
    11  * TBD
     10 * ''done'' when the task completes.
    1211
    1312'''Example:'''
    14  * User sends: "ga 0"
     13 * User sends: "ga 512 1"
     14 * Director replies: "rs ga 512 1 97"
     15 * Director replies: "cp ga 512 done"