PlayingField

Undocumented in source.

Constructors

this
this(Font font)
Undocumented in source.

Members

Functions

draw
void draw(IRenderer render)
Undocumented in source. Be warned that the author may not have intended to support it.
isMouseHoverUniteGrid
bool isMouseHoverUniteGrid(int x, int y)
Undocumented in source. Be warned that the author may not have intended to support it.
mark
CellState mark(int posX, int posY)
Undocumented in source. Be warned that the author may not have intended to support it.
onEvent
void onEvent(EventHandler event)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

grid
CellState[10][10] grid;
Undocumented in source.
isVisibleShip
bool isVisibleShip;
Undocumented in source.
mousePosition
Vecf mousePosition;
Undocumented in source.
numerateHorizontal
Symbol[] numerateHorizontal;
Undocumented in source.
numerateVertical
Symbol[] numerateVertical;
Undocumented in source.

Meta