Planeshift
LifeEventChoice Class Reference

Defines the structure needed to send a life event across the network. More...

#include <charmessages.h>

Public Attributes

csArray< intadds
 Description of choice ( will be displayed ) More...
 
int common
 List of chices current choice removes. More...
 
int cpCost
 This is a base choice not dependent on others. More...
 
csString description
 Name of choice ( will be displayed in list box ) More...
 
int id
 
csString name
 The DB id. More...
 
csArray< intremoves
 List of choices current choice can add. More...
 

Detailed Description

Defines the structure needed to send a life event across the network.

Definition at line 296 of file charmessages.h.

Member Data Documentation

csArray<int> LifeEventChoice::adds

Description of choice ( will be displayed )

Definition at line 302 of file charmessages.h.

int LifeEventChoice::common

List of chices current choice removes.

Definition at line 304 of file charmessages.h.

int LifeEventChoice::cpCost

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.

int LifeEventChoice::id

Definition at line 299 of file charmessages.h.

csString LifeEventChoice::name

The DB id.

Definition at line 300 of file charmessages.h.

csArray<int> LifeEventChoice::removes

List of choices current choice can add.

Definition at line 303 of file charmessages.h.


The documentation for this class was generated from the following file: