class ControlPawn -
More...
#include <ControlPawn.hpp>
|
| ControlPawn (std::array< unsigned, 2 > position, std::string player) |
|
ElementEnum | getType () |
|
std::array< unsigned, 2 > | getPosition () |
|
std::string | getPlayerName () |
|
void | setReinforced () |
|
void | setNotReinforced () |
|
bool | isReinforced () |
|
void | moveTo () |
|
|
bool | reinforced = false |
|
std::array< unsigned, 2 > | position |
|
std::string | player |
|
|
class | boost::serialization::access |
|
The documentation for this class was generated from the following files:
- include/shared/ControlPawn.hpp
- src/shared/ControlPawn.cpp
- src/shared/Serialization.cpp