summaryrefslogtreecommitdiffstats
path: root/sigscript/MapWrapper.h
diff options
context:
space:
mode:
Diffstat (limited to 'sigscript/MapWrapper.h')
-rw-r--r--sigscript/MapWrapper.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sigscript/MapWrapper.h b/sigscript/MapWrapper.h
index fb3fe38f..a370c4e5 100644
--- a/sigscript/MapWrapper.h
+++ b/sigscript/MapWrapper.h
@@ -50,6 +50,7 @@ class SIGSCRIPT_EXPORT MapWrapper : public ObjectWrapper
Q_SCRIPTABLE QString name() const;
Q_SCRIPTABLE int width() const;
Q_SCRIPTABLE int height() const;
+ Q_SCRIPTABLE bool isWorld() const;
Q_SCRIPTABLE MapEffectWrapper* effect(const QString& name);
Q_SCRIPTABLE QList<MapTileWrapper*> tiles();