A Player pushes another Player, due to a block.Client <-> Server. More...
#include <Player.hh>

Public Member Functions | |
| MsgBlockPush (int client_id=-1) | |
Public Attributes | |
| int | target_row |
| Row of target's current square. | |
| int | target_col |
| Column of target's current square. | |
| int | nb_squares |
| Number of possible squares to push to. | |
| struct { | |
| int row | |
| int col | |
| } | squares [3] |
| Possible squares to push to. | |
| int | chosen_square |
| Index of chosen square, -1 if the coach must choose. | |
A Player pushes another Player, due to a block.
Client <-> Server.
1.6.3