Planeshift
psRewardDataExperience Class Reference

RewardDataExperience holds experience reward data. More...

#include <adminmanager.h>

Public Member Functions

virtual bool IsZero ()
 checks if the reward is zero More...
 
 psRewardDataExperience (int pexpDelta)
 Stores an experience Delta. More...
 
- Public Member Functions inherited from psRewardData
 psRewardData (Reward_Type prewardType)
 Only initializes the rewardType. More...
 
virtual ~psRewardData ()
 Destructor. More...
 

Public Attributes

int expDelta
 relative value to adjust exp by More...
 
- Public Attributes inherited from psRewardData
Reward_Type rewardType
 stores the reward type /see Reward_Type More...
 

Additional Inherited Members

- Public Types inherited from psRewardData
enum  Reward_Type {
  REWARD_EXPERIENCE, REWARD_FACTION, REWARD_SKILL, REWARD_MONEY,
  REWARD_ITEM, REWARD_PRACTICE
}
 The different types of rewards that can be assigned. More...
 

Detailed Description

RewardDataExperience holds experience reward data.

Definition at line 126 of file adminmanager.h.

Constructor & Destructor Documentation

psRewardDataExperience::psRewardDataExperience ( int  pexpDelta)

Stores an experience Delta.

Parameters
pexpDeltaexperience delta (relative value)

Member Function Documentation

virtual bool psRewardDataExperience::IsZero ( )
virtual

checks if the reward is zero

Returns
bool: true when reward is a zero gain, otherwise falsechecks if the reward is zero

Reimplemented from psRewardData.

Member Data Documentation

int psRewardDataExperience::expDelta

relative value to adjust exp by

Definition at line 129 of file adminmanager.h.


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