Planeshift
|
Holds data on an 'advisor' in the world. More...
#include <advicemanager.h>
Public Attributes | |
bool | GM |
uint32_t | id |
bool | ready |
csString | request |
Holds data on an 'advisor' in the world.
An advisor is self appointed person that answers questions in game that people have. First Time questions are broadcast to all advisors, first advisor to answer gets points and the questioneer for the rest of the session.
Definition at line 60 of file advicemanager.h.
bool AdvisorStruct::GM |
Definition at line 65 of file advicemanager.h.
uint32_t AdvisorStruct::id |
Definition at line 62 of file advicemanager.h.
bool AdvisorStruct::ready |
Definition at line 64 of file advicemanager.h.
csString AdvisorStruct::request |
Definition at line 63 of file advicemanager.h.