Home
last modified time | relevance | path

Searched refs:ignoreSurface (Results 1 – 4 of 4) sorted by relevance

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/titanic/core/
H A Dgame_object.h609 bool checkPoint(const Point &pt, bool ignoreSurface = false, bool visibleOnly = false);
H A Dgame_object.cpp271 bool CGameObject::checkPoint(const Point &pt, bool ignoreSurface, bool visibleOnly) { in checkPoint() argument
275 if (ignoreSurface || _nonvisual) in checkPoint()
/dports/games/scummvm/scummvm-2.5.1/engines/titanic/core/
H A Dgame_object.h634 bool checkPoint(const Point &pt, bool ignoreSurface = false, bool visibleOnly = false);
H A Dgame_object.cpp271 bool CGameObject::checkPoint(const Point &pt, bool ignoreSurface, bool visibleOnly) { in checkPoint() argument
275 if (ignoreSurface || _nonvisual) in checkPoint()