We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4556689 commit e9364fcCopy full SHA for e9364fc
engine/src/main/battlecode/common/RobotController.java
@@ -123,6 +123,15 @@ public interface RobotController {
123
*/
124
int getMoney();
125
126
+ /**
127
+ * Alias for getMoney
128
+ *
129
+ * @return the amount of money this robot's team has
130
131
+ * @battlecode.doc.costlymethod
132
+ */
133
+ int getChips();
134
+
135
/**
136
* Returns what UnitType this robot is.
137
*
0 commit comments