#include <Portal.h>
Inheritance diagram for Portal:


Public Member Functions | |
| Portal (Map &) | |
| ~Portal () | |
| mapobject_t | GetType () |
| long | get_property (const std::string &) |
Definition at line 7 of file Portal.h.
| Portal::Portal | ( | Map & | ) |
| Portal::~Portal | ( | ) |
| mapobject_t Portal::GetType | ( | ) | [inline, virtual] |
Implements MapObject.
Definition at line 13 of file Portal.h.
References MAPOBJECT_PORTAL.
00013 { return MAPOBJECT_PORTAL; }
| long Portal::get_property | ( | const std::string & | ) | [virtual] |
1.3.6