diff options
| author | Ben Boeckel <MathStuf@gmail.com> | 2008-08-26 18:23:31 +0000 |
|---|---|---|
| committer | Ben Boeckel <MathStuf@gmail.com> | 2008-08-26 18:23:31 +0000 |
| commit | 940e5d4b55bbd1261bf0ccb3a915b79cf2a240c8 (patch) | |
| tree | 68d3ebfe3f0763d4dbcd7e642b065f6cde73fb8c /pokescripting/PokemodWrapper.h | |
| parent | aa5ecfc2ac5c1b9c250159d01f1e83799e88eb45 (diff) | |
| download | sigen-940e5d4b55bbd1261bf0ccb3a915b79cf2a240c8.tar.gz sigen-940e5d4b55bbd1261bf0ccb3a915b79cf2a240c8.tar.xz sigen-940e5d4b55bbd1261bf0ccb3a915b79cf2a240c8.zip | |
[FIX] Fixed some minor typos
[FIX] Abstracted validation out to ValidationDialog
[FIX] Added stat and Direction getters for Pokemod
git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@244 6ecfd1a5-f3ed-3746-8530-beee90d26b22
Diffstat (limited to 'pokescripting/PokemodWrapper.h')
| -rw-r--r-- | pokescripting/PokemodWrapper.h | 3 |
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; |
