summaryrefslogtreecommitdiffstats
path: root/pokescripting/TrainerWrapper.h
diff options
context:
space:
mode:
Diffstat (limited to 'pokescripting/TrainerWrapper.h')
-rw-r--r--pokescripting/TrainerWrapper.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/pokescripting/TrainerWrapper.h b/pokescripting/TrainerWrapper.h
index 726ebe50..c8ae6e85 100644
--- a/pokescripting/TrainerWrapper.h
+++ b/pokescripting/TrainerWrapper.h
@@ -36,6 +36,8 @@ class POKESCRIPTING_EXPORT TrainerWrapper : public ObjectWrapper
public:
static TrainerWrapper* create(const Pokemod::Trainer* trainer, PokemodWrapper* parent);
+ Q_SCRIPTABLE Pokemod::Trainer::Intelligence intelligence(const QString& name) const;
+
Q_SCRIPTABLE QString name() const;
Q_SCRIPTABLE int moneyFactor() const;
Q_SCRIPTABLE SkinWrapper* skin();