Planeshift
Public Member Functions | Public Attributes

psRewardDataPractice Class Reference

RewardDataPractice holds practice reward data. More...

#include <adminmanager.h>

List of all members.

Public Member Functions

virtual bool IsZero ()
 checks if the reward is zero.
 psRewardDataPractice (csString pSkillName, int pDelta)

Public Attributes

int practice
 value to adjust the practice by/set it to
csString skillName
 name of the practice to adjust.

Detailed Description

RewardDataPractice holds practice reward data.

Definition at line 184 of file adminmanager.h.


Constructor & Destructor Documentation

psRewardDataPractice::psRewardDataPractice ( csString  pSkillName,
int  pDelta 
)

Member Function Documentation

virtual bool psRewardDataPractice::IsZero ( ) [virtual]

checks if the reward is zero.

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

Reimplemented from psRewardData.


Member Data Documentation

value to adjust the practice by/set it to

Definition at line 192 of file adminmanager.h.

name of the practice to adjust.

may be "all" to adjust all practices. may be "copy" to set the values of the target

Definition at line 191 of file adminmanager.h.


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