Planeshift
|
Defines the structure needed to send a life event across the network. More...
#include <charmessages.h>
Public Attributes | |
csArray< int > | adds |
Description of choice ( will be displayed ) | |
int | common |
List of chices current choice removes. | |
int | cpCost |
This is a base choice not dependent on others. | |
csString | description |
Name of choice ( will be displayed in list box ) | |
int | id |
csString | name |
The DB id. | |
csArray< int > | removes |
List of choices current choice can add. |
Defines the structure needed to send a life event across the network.
Definition at line 296 of file charmessages.h.
Description of choice ( will be displayed )
Definition at line 302 of file charmessages.h.
List of chices current choice removes.
Definition at line 304 of file charmessages.h.
This is a base choice not dependent on others.
Definition at line 305 of file charmessages.h.
csString LifeEventChoice::description |
Name of choice ( will be displayed in list box )
Definition at line 301 of file charmessages.h.
Definition at line 299 of file charmessages.h.
csString LifeEventChoice::name |
The DB id.
Definition at line 300 of file charmessages.h.
List of choices current choice can add.
Definition at line 303 of file charmessages.h.