From e30ee1a42fef0346b57333de118d9f3ca18bfa84 Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Sun, 18 Jan 2009 18:54:47 -0500 Subject: Changed MapEffect coordinate to position --- sigscript/MapEffectWrapper.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sigscript/MapEffectWrapper.h') diff --git a/sigscript/MapEffectWrapper.h b/sigscript/MapEffectWrapper.h index 5199f87f..f99ed73e 100644 --- a/sigscript/MapEffectWrapper.h +++ b/sigscript/MapEffectWrapper.h @@ -1,5 +1,5 @@ /* - * Copyright 2008 Ben Boeckel + * Copyright 2008-2009 Ben Boeckel * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -38,7 +38,7 @@ class SIGSCRIPT_EXPORT MapEffectWrapper : public ObjectWrapper static MapEffectWrapper* create(const Sigmod::MapEffect* effect, MapWrapper* parent); Q_SCRIPTABLE QString name() const; - Q_SCRIPTABLE QPoint coordinate() const; + Q_SCRIPTABLE QPoint position() const; Q_SCRIPTABLE SkinWrapper* skin(); Q_SCRIPTABLE bool isGhost() const; Q_SCRIPTABLE Sigcore::Script script() const; -- cgit