protocol.MovePlayerItemResponse
This request acknowledges its corresponding request.
Parameter | Optional | Max Allowed | DataType | Notes |
---|---|---|---|---|
cid | no | 1 | text | client id. used to track origin of any particular message |
id | no | unbounded | integer | player id. starts at 1 |
i0 | no | 1 | integer | source index |
i1 | no | 1 | integer | destination index |
Example xml:
<siresp> <cid>Mum</cid> <fn> <movePlayerItem> <id>1</id> <i0>0</i0> <i1>-1</i1> </movePlayerItem> </fn> </siresp>