Home
last modified time | relevance | path

Searched defs:checkItemState (Results 1 – 6 of 6) sorted by relevance

/dports/games/bubble-chains/bubble-chains-0.2.0/
H A Dhammertool.cpp14 GameTool::ToolAction HammerTool::checkItemState(int row, int col) in checkItemState() function in HammerTool
H A Dthundertool.cpp14 GameTool::ToolAction ThunderTool::checkItemState(int row, int col) in checkItemState() function in ThunderTool
H A Dtwintool.cpp13 GameTool::ToolAction TwinTool::checkItemState(int row, int col) in checkItemState() function in TwinTool
H A Dbombtool.cpp14 GameTool::ToolAction BombTool::checkItemState(int row, int col) in checkItemState() function in BombTool
H A Dgametools.h55 virtual ToolAction checkItemState(int /*row*/, int /*col*/) { return ToolOutOfRange; } in checkItemState() function
H A Dgametools.cpp479 GameTool::ToolAction ToolSet::checkItemState(int row, int col) in checkItemState() function in ToolSet