summaryrefslogtreecommitdiffstats
path: root/sigscript/MapEffectWrapper.h
diff options
context:
space:
mode:
Diffstat (limited to 'sigscript/MapEffectWrapper.h')
-rw-r--r--sigscript/MapEffectWrapper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sigscript/MapEffectWrapper.h b/sigscript/MapEffectWrapper.h
index 3f344fe7..52b6d84c 100644
--- a/sigscript/MapEffectWrapper.h
+++ b/sigscript/MapEffectWrapper.h
@@ -43,7 +43,7 @@ class SIGSCRIPT_EXPORT MapEffectWrapper : public ObjectWrapper
static MapEffectWrapper* create(const Sigmod::MapEffect* effect, MapWrapper* parent);
Q_SCRIPTABLE QString name() const;
- Q_SCRIPTABLE QPoint position() const;
+ Q_SCRIPTABLE QRect area() const;
Q_SCRIPTABLE SkinWrapper* skin();
Q_SCRIPTABLE bool isGhost() const;
Q_SCRIPTABLE Sigcore::Script script() const;