Planeshift
|
#include <chatmanager.h>
Public Member Functions | |
psEndChatLoggingEvent (uint32_t clientNum, const int delayTicks) | |
virtual void | Trigger () |
Abstract event processing function. | |
Public Attributes | |
uint32_t | clientnum |
Definition at line 132 of file chatmanager.h.
psEndChatLoggingEvent::psEndChatLoggingEvent | ( | uint32_t | clientNum, |
const int | delayTicks | ||
) |
virtual void psEndChatLoggingEvent::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.
uint32_t psEndChatLoggingEvent::clientnum |
Definition at line 135 of file chatmanager.h.