summaryrefslogtreecommitdiffstats
path: root/pokescripting/PokemodWrapper.h
diff options
context:
space:
mode:
Diffstat (limited to 'pokescripting/PokemodWrapper.h')
-rw-r--r--pokescripting/PokemodWrapper.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/pokescripting/PokemodWrapper.h b/pokescripting/PokemodWrapper.h
index f782fdb5..cf97c60c 100644
--- a/pokescripting/PokemodWrapper.h
+++ b/pokescripting/PokemodWrapper.h
@@ -85,6 +85,9 @@ class POKESCRIPTING_EXPORT PokemodWrapper : public ObjectWrapper
TypeWrapper* type(const int id);
WeatherWrapper* weather(const int id);
+ Q_SCRIPTABLE Pokemod::Stat stat(const QString& name) const;
+ Q_SCRIPTABLE Pokemod::Direction direction(const QString& direction) const;
+
Q_SCRIPTABLE QString title() const;
Q_SCRIPTABLE QString version() const;
Q_SCRIPTABLE QString description() const;