Planeshift
|
Contains data for one petition. More...
#include <messages.h>
Public Attributes | |
csString | assignedgm |
the currently assigned GM | |
csString | created |
date and time of creation | |
int | escalation |
the escalation level of the petition | |
int | id |
unique id of the petition | |
bool | online |
is the player online? | |
csString | petition |
petition text | |
csString | player |
the player | |
csString | resolution |
resolution of a closed petition | |
csString | status |
status of the petition |
Contains data for one petition.
Definition at line 972 of file messages.h.
csString psPetitionInfo::assignedgm |
the currently assigned GM
Definition at line 977 of file messages.h.
csString psPetitionInfo::created |
date and time of creation
Definition at line 981 of file messages.h.
the escalation level of the petition
Definition at line 979 of file messages.h.
unique id of the petition
Definition at line 974 of file messages.h.
is the player online?
Definition at line 984 of file messages.h.
csString psPetitionInfo::petition |
petition text
Definition at line 975 of file messages.h.
csString psPetitionInfo::player |
the player
Definition at line 980 of file messages.h.
csString psPetitionInfo::resolution |
resolution of a closed petition
Definition at line 982 of file messages.h.
csString psPetitionInfo::status |
status of the petition
Definition at line 976 of file messages.h.