summaryrefslogtreecommitdiffstats
path: root/sigscript/RulesWrapper.h
diff options
context:
space:
mode:
authorBen Boeckel <MathStuf@gmail.com>2008-09-25 22:55:25 +0000
committerBen Boeckel <MathStuf@gmail.com>2008-09-25 22:55:25 +0000
commit64730b32e2c595469eb23e9cd40332b4a80e3e27 (patch)
treea75a17a7c7ac78e2e323e1cdecef8f6a3939f844 /sigscript/RulesWrapper.h
parent4c4fdc8d4540bd1bd52021b502f05f27a8ef98e1 (diff)
downloadsigen-64730b32e2c595469eb23e9cd40332b4a80e3e27.tar.gz
sigen-64730b32e2c595469eb23e9cd40332b4a80e3e27.tar.xz
sigen-64730b32e2c595469eb23e9cd40332b4a80e3e27.zip
[FIX] Removed *_End defines
[FIX] Added weights to items and associated fields [FIX] Option for pausing during ATB battles when choosing moves added git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@267 6ecfd1a5-f3ed-3746-8530-beee90d26b22
Diffstat (limited to 'sigscript/RulesWrapper.h')
-rw-r--r--sigscript/RulesWrapper.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sigscript/RulesWrapper.h b/sigscript/RulesWrapper.h
index 45383ee6..9846f302 100644
--- a/sigscript/RulesWrapper.h
+++ b/sigscript/RulesWrapper.h
@@ -37,6 +37,7 @@ class SIGSCRIPT_EXPORT RulesWrapper : public ObjectWrapper
Q_SCRIPTABLE bool breedingAllowed() const;
Q_SCRIPTABLE bool criticalDomains() const;
Q_SCRIPTABLE bool useTurns() const;
+ Q_SCRIPTABLE bool pausedATB() const;
Q_SCRIPTABLE int numBoxes() const;
Q_SCRIPTABLE int boxSize() const;
Q_SCRIPTABLE int maxParty() const;
@@ -49,6 +50,7 @@ class SIGSCRIPT_EXPORT RulesWrapper : public ObjectWrapper
Q_SCRIPTABLE int maxLevel() const;
Q_SCRIPTABLE int maxStages() const;
Q_SCRIPTABLE int maxMoney() const;
+ Q_SCRIPTABLE int maxTotalWeight() const;
Q_SCRIPTABLE bool hardCash() const;
Q_SCRIPTABLE bool allowSwitchStyle() const;
Q_SCRIPTABLE bool specialSplit() const;