Planeshift
|
Begin of classes. More...
#include <modehandler.h>
Public Member Functions | |
const char * | GetSector () |
psPortalCallback () | |
virtual bool | Traverse (iPortal *portal, iBase *context) |
This function is called when a portal is shown for the first time and is missing and therefore it's here we need to call CreatePortalWeather since we get another potentional sector to add weather to. | |
virtual | ~psPortalCallback () |
Begin of classes.
Definition at line 69 of file modehandler.h.
psPortalCallback::psPortalCallback | ( | ) |
virtual psPortalCallback::~psPortalCallback | ( | ) | [virtual] |
const char* psPortalCallback::GetSector | ( | ) | [inline] |
Definition at line 82 of file modehandler.h.
virtual bool psPortalCallback::Traverse | ( | iPortal * | portal, |
iBase * | context | ||
) | [virtual] |
This function is called when a portal is shown for the first time and is missing and therefore it's here we need to call CreatePortalWeather since we get another potentional sector to add weather to.