diff options
Diffstat (limited to 'pokescripting/MapWrapper.h')
| -rw-r--r-- | pokescripting/MapWrapper.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pokescripting/MapWrapper.h b/pokescripting/MapWrapper.h index 518f614b..f0f8980f 100644 --- a/pokescripting/MapWrapper.h +++ b/pokescripting/MapWrapper.h @@ -45,6 +45,8 @@ class POKESCRIPTING_EXPORT MapWrapper : public ObjectWrapper MapWarpWrapper* warp(const int id); MapWildListWrapper* wildList(const int id); + Q_SCRIPTABLE Pokemod::Map::Type type(const QString& name) const; + Q_SCRIPTABLE QString name() const; Q_SCRIPTABLE MapWarpWrapper* flyWarp(); Q_SCRIPTABLE Pokemod::Map::Type type() const; |
