Planeshift
Faction Struct Reference

An ingame faction group. More...

#include <factions.h>

Public Attributes

csString description
 
int id
 
csString name
 
csArray< FactionLifeEventNegativeFactionEvents
 Stores the Negative faction values life events. More...
 
csArray< FactionLifeEventPositiveFactionEvents
 Stores the Positive faction values life events. More...
 
float weight
 

Detailed Description

An ingame faction group.

Definition at line 41 of file factions.h.

Member Data Documentation

csString Faction::description

Definition at line 44 of file factions.h.

int Faction::id

Definition at line 45 of file factions.h.

csString Faction::name

Definition at line 43 of file factions.h.

csArray<FactionLifeEvent> Faction::NegativeFactionEvents

Stores the Negative faction values life events.

Definition at line 48 of file factions.h.

csArray<FactionLifeEvent> Faction::PositiveFactionEvents

Stores the Positive faction values life events.

Definition at line 47 of file factions.h.

float Faction::weight

Definition at line 46 of file factions.h.


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