Class DebugChunkState
java.lang.Object
zombie.gameStates.GameState
zombie.gameStates.DebugChunkState
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclass
class
class
class
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DebugChunkState
void
void
enter()
void
exit()
boolean
getBoolean
(String name) float
getOptionByIndex
(int index) getOptionByName
(String name) int
lineClearCached
(IsoCell cell, int x1, int y1, int z1, int x0, int y0, int z0, boolean bIgnoreDoors) void
load()
void
reenter()
void
render()
void
void
save()
void
setBoolean
(String name, boolean value) void
setTable
(se.krka.kahlua.vm.KahluaTable kahluaTable) update()
void
yield()
Methods inherited from class zombie.gameStates.GameState
redirectState
-
Field Details
-
instance
-
m_z
public int m_z -
gridXf
public float gridXf -
gridYf
public float gridYf
-
-
Constructor Details
-
DebugChunkState
public DebugChunkState()
-
-
Method Details
-
enter
-
yield
-
reenter
-
exit
-
render
-
update
-
checkInstance
-
renderScene
public void renderScene() -
setTable
public void setTable(se.krka.kahlua.vm.KahluaTable kahluaTable) -
updateScene
-
fromLua0
-
fromLua1
-
fromLua2
-
drawObjectAtCursor
public void drawObjectAtCursor() -
lineClearCached
public LosUtil.TestResults lineClearCached(IsoCell cell, int x1, int y1, int z1, int x0, int y0, int z0, boolean bIgnoreDoors) -
getObjectAtCursorScale
public float getObjectAtCursorScale() -
getOptionByName
-
getOptionCount
public int getOptionCount() -
getOptionByIndex
-
setBoolean
-
getBoolean
-
save
public void save() -
load
public void load()
-