Home
last modified time | relevance | path

Searched refs:_objectDefs (Results 1 – 8 of 8) sorted by relevance

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/sword1/
H A Dmenu.cpp189 Logic::_scriptVars[DEFAULT_ICON_TEXT] = _objectDefs[_menuList[cnt]].textDesc; in checkMenuClick()
202 _mouse->setLuggage(_objectDefs[_menuList[cnt]].luggageIconRes, 0); in checkMenuClick()
302 …ts[menuSlot] = new MenuIcon(MENU_TOP, menuSlot, _objectDefs[_menuList[menuSlot]].bigIconRes, _obje… in buildMenu()
H A Dmenu.h79 static const MenuObject _objectDefs[TOTAL_pockets + 1]; variable
H A Dmouse.cpp174 _logic->runMouseScript(NULL, _menu->_objectDefs[Logic::_scriptVars[SECOND_ITEM]].useScript); in engine()
H A Dstaticres.cpp206 const MenuObject Menu::_objectDefs[TOTAL_pockets + 1] = { member in Sword1::Menu
/dports/games/scummvm/scummvm-2.5.1/engines/sword1/
H A Dmenu.cpp189 Logic::_scriptVars[DEFAULT_ICON_TEXT] = _objectDefs[_menuList[cnt]].textDesc; in checkMenuClick()
202 _mouse->setLuggage(_objectDefs[_menuList[cnt]].luggageIconRes, 0); in checkMenuClick()
302 …ts[menuSlot] = new MenuIcon(MENU_TOP, menuSlot, _objectDefs[_menuList[menuSlot]].bigIconRes, _obje… in buildMenu()
H A Dmenu.h79 static const MenuObject _objectDefs[TOTAL_pockets + 1]; variable
H A Dmouse.cpp174 _logic->runMouseScript(NULL, _menu->_objectDefs[Logic::_scriptVars[SECOND_ITEM]].useScript); in engine()
H A Dstaticres.cpp206 const MenuObject Menu::_objectDefs[TOTAL_pockets + 1] = { member in Sword1::Menu