diff options
Diffstat (limited to 'sigscript/MapTrainerWrapper.h')
| -rw-r--r-- | sigscript/MapTrainerWrapper.h | 3 |
1 files changed, 2 insertions, 1 deletions
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 <MathStuf@gmail.com> + * Copyright 2008-2009 Ben Boeckel <MathStuf@gmail.com> * * 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; |
