iReward Struct Reference
This is a reward. More...
#include <tools/rewards.h>
Inheritance diagram for iReward:

Public Member Functions | |
| virtual void | Reward (iCelParameterBlock *params)=0 |
| Perform this reward. | |
Detailed Description
This is a reward.
You can implement your own rewards in addition to the standard rewards already implemented. You also need to implement a reward factory then (see iRewardFactory).
Definition at line 41 of file rewards.h.
Member Function Documentation
| virtual void iReward::Reward | ( | iCelParameterBlock * | params | ) | [pure virtual] |
Perform this reward.
The documentation for this struct was generated from the following file:
- tools/rewards.h
Generated for CEL: Crystal Entity Layer 2.1 by doxygen 1.6.1
