Class IsoMarkers.IsoMarker
java.lang.Object
zombie.iso.IsoMarkers.IsoMarker
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addTempSquareObject
(IsoObject tempObject) float
getA()
float
getAlpha()
float
float
float
getB()
float
float
getG()
int
getID()
float
getR()
float
getX()
float
getY()
float
getZ()
boolean
void
init
(String spriteName, int _x, int _y, int _z, IsoGridSquare gs, boolean doTempIsoObject) void
init
(se.krka.kahlua.vm.KahluaTable kahluaTable0, se.krka.kahlua.vm.KahluaTable kahluaTable1, int int2, int int3, int int4, IsoGridSquare isoGridSquare) void
init
(se.krka.kahlua.vm.KahluaTable kahluaTable0, se.krka.kahlua.vm.KahluaTable kahluaTable1, int int2, int int3, int int4, IsoGridSquare isoGridSquare, boolean boolean0) boolean
isActive()
boolean
boolean
void
remove()
void
void
setA
(float _a) void
setActive
(boolean _active) void
setAlpha
(float _alpha) void
setAlphaMax
(float _alphaMax) void
setAlphaMin
(float _alphaMin) void
setB
(float _b) void
setDoAlpha
(boolean _doAlpha) void
setFadeSpeed
(float _fadeSpeed) void
setG
(float _g) void
setPos
(int _x, int _y, int _z) void
setR
(float _r) void
setSquare
(IsoGridSquare _square)
-
Constructor Details
-
IsoMarker
public IsoMarker()
-
-
Method Details
-
getID
public int getID() -
remove
public void remove() -
isRemoved
public boolean isRemoved() -
init
public void init(se.krka.kahlua.vm.KahluaTable kahluaTable0, se.krka.kahlua.vm.KahluaTable kahluaTable1, int int2, int int3, int int4, IsoGridSquare isoGridSquare) -
init
public void init(se.krka.kahlua.vm.KahluaTable kahluaTable0, se.krka.kahlua.vm.KahluaTable kahluaTable1, int int2, int int3, int int4, IsoGridSquare isoGridSquare, boolean boolean0) -
init
public void init(String spriteName, int _x, int _y, int _z, IsoGridSquare gs, boolean doTempIsoObject) -
hasTempSquareObject
public boolean hasTempSquareObject() -
addTempSquareObject
-
removeTempSquareObjects
public void removeTempSquareObjects() -
getX
public float getX() -
getY
public float getY() -
getZ
public float getZ() -
getR
public float getR() -
getG
public float getG() -
getB
public float getB() -
getA
public float getA() -
setR
public void setR(float _r) -
setG
public void setG(float _g) -
setB
public void setB(float _b) -
setA
public void setA(float _a) -
getAlpha
public float getAlpha() -
setAlpha
public void setAlpha(float _alpha) -
getAlphaMax
public float getAlphaMax() -
setAlphaMax
public void setAlphaMax(float _alphaMax) -
getAlphaMin
public float getAlphaMin() -
setAlphaMin
public void setAlphaMin(float _alphaMin) -
isDoAlpha
public boolean isDoAlpha() -
setDoAlpha
public void setDoAlpha(boolean _doAlpha) -
getFadeSpeed
public float getFadeSpeed() -
setFadeSpeed
public void setFadeSpeed(float _fadeSpeed) -
getSquare
-
setSquare
-
setPos
public void setPos(int _x, int _y, int _z) -
isActive
public boolean isActive() -
setActive
public void setActive(boolean _active)
-