From 1110ccccc0a4c844e82faaddb9e44eb709ea4030 Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Wed, 18 Mar 2009 12:27:39 -0400 Subject: Update sigscript --- sigscript/MapEffectWrapper.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sigscript/MapEffectWrapper.h') 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; -- cgit