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. | |
int | value |
Value from which this life event is attribuited. |
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.
bool FactionLifeEvent::operator< | ( | FactionLifeEvent | OtherEvt | ) | const [inline] |
Definition at line 35 of file factions.h.
bool FactionLifeEvent::operator== | ( | FactionLifeEvent | OtherEvt | ) | const [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.
Value from which this life event is attribuited.
Definition at line 31 of file factions.h.