Planeshift
Public Types | Public Member Functions

psEntityEvent Class Reference

#include <entitymanager.h>

List of all members.

Public Types

enum  EventType { DESTROY = 0 }

Public Member Functions

 psEntityEvent (EntityManager *entitymanager, EventType type, gemObject *object)
virtual void Trigger ()
 Abstract event processing function.

Detailed Description

Definition at line 204 of file entitymanager.h.


Member Enumeration Documentation

Enumerator:
DESTROY 

Definition at line 207 of file entitymanager.h.


Constructor & Destructor Documentation

psEntityEvent::psEntityEvent ( EntityManager entitymanager,
EventType  type,
gemObject object 
) [inline]

Definition at line 212 of file entitymanager.h.


Member Function Documentation

virtual void psEntityEvent::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.

Definition at line 218 of file entitymanager.h.


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