#include <PhxPlayer.h>
Inheritance diagram for Phx::Player:

Public Member Functions | |
| virtual String | callsign ()=0 |
| Returns the callsign attached to this player. | |
Classes | |
| class | Manager |
| The Player::Manager class is responsible keeping track of players as they enter and leave the system. More... | |
Controlled entities should provide an attribute taking a NamedInterface::Identifier referring to a Player. Note that they may have more than one such attribute, allowing a player to assume different roles (or multiple roles). e.g., there will typically be something like Aircraft::pilot(NamedInterface::Identifier), but there may also be Aircraft::copilot(NamedInterface::Identifier). In some aircraft, a single pilot may be capable of performing both roles, while in most these will be separate players.
|
|
Returns the callsign attached to this player.
|
1.4.2