Planeshift
Public Member Functions | Protected Attributes

psItemSpawnEvent Class Reference

#include <spawnmanager.h>

List of all members.

Public Member Functions

 psItemSpawnEvent (psScheduledItem *item)
void Trigger ()
 Abstract event processing function.
virtual ~psItemSpawnEvent ()

Protected Attributes

psScheduledItemschedule

Detailed Description

Definition at line 440 of file spawnmanager.h.


Constructor & Destructor Documentation

psItemSpawnEvent::psItemSpawnEvent ( psScheduledItem item)
virtual psItemSpawnEvent::~psItemSpawnEvent ( ) [virtual]

Member Function Documentation

void psItemSpawnEvent::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

Definition at line 449 of file spawnmanager.h.


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