Methods in zombie.iso that return LosUtil.TestResults |
static LosUtil.TestResults |
LosUtil.lineClear(IsoCell cell,
int x0,
int y0,
int z0,
int x1,
int y1,
int z1,
boolean bIgnoreDoors)
|
static LosUtil.TestResults |
LosUtil.lineClear(IsoCell cell,
int x0,
int y0,
int z0,
int x1,
int y1,
int z1,
boolean bIgnoreDoors,
int RangeTillWindows)
|
static LosUtil.TestResults |
LosUtil.lineClearCached(IsoCell cell,
int x1,
int y1,
int z1,
int x0,
int y0,
int z0,
boolean bIgnoreDoors)
|
static LosUtil.TestResults |
LosUtil.lineClearCached(IsoCell cell,
int x1,
int y1,
int z1,
int x0,
int y0,
int z0,
boolean bIgnoreDoors,
int RangeTillWindows)
|
LosUtil.TestResults |
IsoGridSquare.testVisionAdjacent(int x,
int y,
int z,
boolean specialDiag,
boolean bIgnoreDoors)
|
static LosUtil.TestResults |
LosUtil.TestResults.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static LosUtil.TestResults[] |
LosUtil.TestResults.values()
Returns an array containing the constants of this enum type, in
the order they are declared. |