|
Planeshift
|
An ingame faction group. More...
#include <factions.h>
Public Attributes | |
| csString | description |
| int | id |
| csString | name |
| csArray< FactionLifeEvent > | NegativeFactionEvents |
| Stores the Negative faction values life events. More... | |
| csArray< FactionLifeEvent > | PositiveFactionEvents |
| Stores the Positive faction values life events. More... | |
| float | weight |
An ingame faction group.
Definition at line 41 of file factions.h.
| 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.