Planeshift
|
#include <gem.h>
Public Member Functions | |
psResurrectEvent (csTicks ticks, int offsetticks, gemActor *actor) | |
void | Trigger () |
Abstract event processing function. | |
Protected Attributes | |
csWeakRef< gemObject > | who |
void psResurrectEvent::Trigger | ( | ) | [inline, 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.
csWeakRef<gemObject> psResurrectEvent::who [protected] |