summaryrefslogtreecommitdiffstats
path: root/sigscript/MapWrapper.h
diff options
context:
space:
mode:
authorBen Boeckel <MathStuf@gmail.com>2009-05-28 22:03:56 -0400
committerBen Boeckel <MathStuf@gmail.com>2009-05-28 22:03:56 -0400
commit327d403983184d90a3b25820bf112dd12c732814 (patch)
tree2a5fd400c744ab1e9e5ceda3650ac623993c1f77 /sigscript/MapWrapper.h
parent3fb49947b429e5f6dd7e6e0684d9b545d9442917 (diff)
downloadsigen-327d403983184d90a3b25820bf112dd12c732814.tar.gz
sigen-327d403983184d90a3b25820bf112dd12c732814.tar.xz
sigen-327d403983184d90a3b25820bf112dd12c732814.zip
Add world flag to MapWrapper
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();