summaryrefslogtreecommitdiffstats
path: root/pokescripting/MapWarpWrapper.h
diff options
context:
space:
mode:
Diffstat (limited to 'pokescripting/MapWarpWrapper.h')
-rw-r--r--pokescripting/MapWarpWrapper.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/pokescripting/MapWarpWrapper.h b/pokescripting/MapWarpWrapper.h
index e787d9f6..ac894b04 100644
--- a/pokescripting/MapWarpWrapper.h
+++ b/pokescripting/MapWarpWrapper.h
@@ -36,6 +36,8 @@ class POKESCRIPTING_EXPORT MapWarpWrapper : public ObjectWrapper
public:
static MapWarpWrapper* create(const Pokemod::MapWarp* warp, MapWrapper* parent);
+ Q_SCRIPTABLE Pokemod::MapWarp::Type type(const QString& name) const;
+
Q_SCRIPTABLE QString name() const;
Q_SCRIPTABLE QPoint coordinate() const;
Q_SCRIPTABLE Pokemod::MapWarp::Type type() const;