Inheritance diagram for RS::MoveObjectCommand:


Public Member Functions | |
| MoveObjectCommand (BallObject ball, Point position, Vector speed=Vector()) | |
| MoveObjectCommand (PlayerObject player, const std::string &team_name, Point position, AngleDeg angle=AngleDeg(), Vector speed=Vector()) | |
| const std::string | serverString () const |
| Returns the server string that will execute the MoveObjectCommand at the soccer server. | |
| MoveObjectCommand * | clone () const |
| Returns a new copy of the command. | |
This command should only be used by the trainer.
Definition at line 77 of file MoveObjectCommand.h.
1.3-rc3