Planeshift
FactionLifeEvent Struct Reference

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...
 

Detailed Description

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.

Member Function Documentation

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.

Member Data Documentation

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.


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