|
UFO: Alien Invasion
|
#include <game.h>

Public Member Functions | |
| bool | isInUse () const |
| void | setInUse (bool inuse) |
| int | getNum (void) const |
| void | setNum (int num) |
| bool | isReady () const |
| void | setReady (bool ready) |
Data Fields | |
| bool | inuse |
| int | num |
| bool | ready |
|
inline |
|
inline |
| bool SrvPlayer::inuse |
Definition at line 48 of file game.h.
Referenced by isInUse(), and setInUse().
| int SrvPlayer::num |
| bool SrvPlayer::ready |
the player agreed to start the party
Definition at line 50 of file game.h.
Referenced by isReady(), and setReady().