summaryrefslogtreecommitdiffstats
path: root/sigscript/MoveWrapper.h
diff options
context:
space:
mode:
Diffstat (limited to 'sigscript/MoveWrapper.h')
-rw-r--r--sigscript/MoveWrapper.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sigscript/MoveWrapper.h b/sigscript/MoveWrapper.h
index 0ae57288..8b6d1842 100644
--- a/sigscript/MoveWrapper.h
+++ b/sigscript/MoveWrapper.h
@@ -46,6 +46,7 @@ class SIGSCRIPT_EXPORT MoveWrapper : public ObjectWrapper
Q_SCRIPTABLE QString description() const;
Q_SCRIPTABLE Sigmod::Script battleScript() const;
Q_SCRIPTABLE Sigmod::Script worldScript() const;
+ Q_SCRIPTABLE Sigmod::Script priorityScript() const;
private:
MoveWrapper(const Sigmod::Move* move, SigmodWrapper* parent);
MoveWrapper& operator=(const MoveWrapper& rhs);