summaryrefslogtreecommitdiffstats
path: root/pokescripting/CoinListObjectWrapper.h
diff options
context:
space:
mode:
Diffstat (limited to 'pokescripting/CoinListObjectWrapper.h')
-rw-r--r--pokescripting/CoinListObjectWrapper.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/pokescripting/CoinListObjectWrapper.h b/pokescripting/CoinListObjectWrapper.h
index 9b507b32..57a2330d 100644
--- a/pokescripting/CoinListObjectWrapper.h
+++ b/pokescripting/CoinListObjectWrapper.h
@@ -38,6 +38,8 @@ class POKESCRIPTING_EXPORT CoinListObjectWrapper : public ObjectWrapper
public:
static CoinListObjectWrapper* create(const Pokemod::CoinListObject* object, CoinListWrapper* parent);
+ Q_SCRIPTABLE Pokemod::CoinListObject::Type type(const QString& name) const;
+
Q_SCRIPTABLE Pokemod::CoinListObject::Type type() const;
Q_SCRIPTABLE ItemWrapper* itemObject();
Q_SCRIPTABLE SpeciesWrapper* speciesObject();