Planeshift
Public Member Functions | Public Attributes

FactionLifeEvent Struct Reference

This struct stores the values and text used for the dynamically generated life events based on factions. More...

#include <factions.h>

List of all members.

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.

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

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.


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