diff options
| author | Ben Boeckel <MathStuf@gmail.com> | 2009-05-28 22:03:56 -0400 |
|---|---|---|
| committer | Ben Boeckel <MathStuf@gmail.com> | 2009-05-28 22:03:56 -0400 |
| commit | 327d403983184d90a3b25820bf112dd12c732814 (patch) | |
| tree | 2a5fd400c744ab1e9e5ceda3650ac623993c1f77 /sigscript/MapWrapper.h | |
| parent | 3fb49947b429e5f6dd7e6e0684d9b545d9442917 (diff) | |
| download | sigen-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.h | 1 |
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(); |
