Planeshift
|
#include <deathcallback.h>
Public Member Functions | |
virtual void | RegisterCallback (iDeathCallback *receiver)=0 |
virtual void | UnregisterCallback (iDeathCallback *receiver)=0 |
virtual | ~iDeathNotificationObject () |
Definition at line 26 of file deathcallback.h.
virtual iDeathNotificationObject::~iDeathNotificationObject | ( | ) | [inline, virtual] |
Definition at line 31 of file deathcallback.h.
virtual void iDeathNotificationObject::RegisterCallback | ( | iDeathCallback * | receiver | ) | [pure virtual] |
Implemented in gemActor.
virtual void iDeathNotificationObject::UnregisterCallback | ( | iDeathCallback * | receiver | ) | [pure virtual] |
Implemented in gemActor.