|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.swath.Info
com.swath.GameVariables
public final class GameVariables
This class contains methods for accessing the game variables.
MainInfo.gameVariables()| Method Summary | |
|---|---|
int |
minTradePercentage()
Gets the minimum trade percentage. |
double |
robFactor()
Gets the rob factor. |
int |
robMinLevel()
Gets the lowest amount of credits to rob. |
double |
stealFactor()
Gets the steal factor. |
int |
stealMinLevel()
Gets the lowest amount of units to steal. |
java.lang.String |
toString()
|
int |
tradeFactor()
Gets the trade factor. |
int |
tradeInitBuy()
Gets the initial buy percentage. |
int |
tradeInitSell()
Gets the initial sell percentage. |
int |
tradeInitWorst()
Gets the initial worst percentage. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Object
public double robFactor()
throws java.lang.Exception
java.lang.Exception
public int robMinLevel()
throws java.lang.Exception
java.lang.Exception
public double stealFactor()
throws java.lang.Exception
java.lang.Exception
public int stealMinLevel()
throws java.lang.Exception
java.lang.Exception
public int tradeInitBuy()
throws java.lang.Exception
java.lang.Exception
public int tradeInitSell()
throws java.lang.Exception
java.lang.Exception
public int tradeInitWorst()
throws java.lang.Exception
java.lang.Exception
public int tradeFactor()
throws java.lang.Exception
java.lang.Exception
public int minTradePercentage()
throws java.lang.Exception
java.lang.Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||