|
Planeshift
|
This struct stores the values and text used for the dynamically generated life events based on factions. More...
#include <factions.h>
Public Member Functions | |
| bool | operator< (FactionLifeEvent OtherEvt) const |
| bool | operator== (FactionLifeEvent OtherEvt) const |
Public Attributes | |
| csString | event_description |
| The text of this life event. More... | |
| int | value |
| Value from which this life event is attribuited. More... | |
This struct stores the values and text used for the dynamically generated life events based on factions.
Definition at line 29 of file factions.h.
|
inline |
Definition at line 35 of file factions.h.
|
inline |
Definition at line 34 of file factions.h.
| csString FactionLifeEvent::event_description |
The text of this life event.
Definition at line 32 of file factions.h.
| int FactionLifeEvent::value |
Value from which this life event is attribuited.
Definition at line 31 of file factions.h.