|
Planeshift
|
#include <economymanager.h>
Public Member Functions | |
| psEconomyDrop (EconomyManager *manager, csTicks ticks, bool loop) | |
| void | Trigger () |
| Abstract event processing function. | |
Protected Attributes | |
| csTicks | eachTimeTicks |
| EconomyManager * | economy |
| bool | loop |
Definition at line 119 of file economymanager.h.
| psEconomyDrop::psEconomyDrop | ( | EconomyManager * | manager, |
| csTicks | ticks, | ||
| bool | loop | ||
| ) |
| void psEconomyDrop::Trigger | ( | ) | [virtual] |
Abstract event processing function.
This functino have to be overridden and will be called if CheckTrigger is ok at the time given in the constructor.
Implements psGameEvent.
csTicks psEconomyDrop::eachTimeTicks [protected] |
Definition at line 126 of file economymanager.h.
EconomyManager* psEconomyDrop::economy [protected] |
Definition at line 125 of file economymanager.h.
bool psEconomyDrop::loop [protected] |
Definition at line 127 of file economymanager.h.
1.7.3