From ce38f43efebbedd97dfe5fb5de31e0b0f798d92d Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Sun, 18 Jan 2009 19:04:35 -0500 Subject: Changed MapTrainer coordinate to position --- sigscript/MapTrainerWrapper.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sigscript/MapTrainerWrapper.h') diff --git a/sigscript/MapTrainerWrapper.h b/sigscript/MapTrainerWrapper.h index 2e91422e..0e87f2ee 100644 --- a/sigscript/MapTrainerWrapper.h +++ b/sigscript/MapTrainerWrapper.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 @@ -40,6 +40,7 @@ class SIGSCRIPT_EXPORT MapTrainerWrapper : public ObjectWrapper Q_SCRIPTABLE QString name() const; Q_SCRIPTABLE TrainerWrapper* trainerClass(); + Q_SCRIPTABLE QPoint position() const; Q_SCRIPTABLE int numberFight() const; Q_SCRIPTABLE MapTrainerTeamMemberWrapper* leadTeamMember(); Q_SCRIPTABLE Sigcore::Script script() const; -- cgit