Planeshift
Public Member Functions | Protected Attributes

psEconomyDrop Class Reference

#include <economymanager.h>

List of all members.

Public Member Functions

 psEconomyDrop (EconomyManager *manager, csTicks ticks, bool loop)
void Trigger ()
 Abstract event processing function.

Protected Attributes

csTicks eachTimeTicks
EconomyManagereconomy
bool loop

Detailed Description

Definition at line 119 of file economymanager.h.


Constructor & Destructor Documentation

psEconomyDrop::psEconomyDrop ( EconomyManager manager,
csTicks  ticks,
bool  loop 
)

Member Function Documentation

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.


Member Data Documentation

csTicks psEconomyDrop::eachTimeTicks [protected]

Definition at line 126 of file economymanager.h.

Definition at line 125 of file economymanager.h.

bool psEconomyDrop::loop [protected]

Definition at line 127 of file economymanager.h.


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