Planeshift
|
RewardDataFaction holds faction reward data. More...
#include <adminmanager.h>
Public Member Functions | |
virtual bool | IsZero () |
checks if the reward is zero | |
psRewardDataFaction (csString pfactionName, int pfactionDelta) | |
Public Attributes | |
int | factionDelta |
relative value to adjust faction by | |
csString | factionName |
name of the faction to adjust |
RewardDataFaction holds faction reward data.
Definition at line 144 of file adminmanager.h.
psRewardDataFaction::psRewardDataFaction | ( | csString | pfactionName, |
int | pfactionDelta | ||
) |
virtual bool psRewardDataFaction::IsZero | ( | ) | [virtual] |
checks if the reward is zero
Reimplemented from psRewardData.
relative value to adjust faction by
Definition at line 148 of file adminmanager.h.
csString psRewardDataFaction::factionName |
name of the faction to adjust
Definition at line 147 of file adminmanager.h.