Home
last modified time | relevance | path

Searched refs:hotspotName (Results 1 – 20 of 20) sorted by relevance

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/mohawk/riven_stacks/
H A Dospit.cpp81 Common::String hotspotName = Common::String::format("touchBook%d", args[3]); in xbookclick() local
82 RivenHotspot *hotspot = _vm->getCard()->getHotspotByName(hotspotName); in xbookclick()
89 debug(0, "\tHotspot = %d -> %s", args[3], hotspotName.c_str()); in xbookclick()
/dports/games/scummvm/scummvm-2.5.1/engines/mohawk/riven_stacks/
H A Dospit.cpp81 Common::String hotspotName = Common::String::format("touchBook%d", args[3]); in xbookclick() local
82 RivenHotspot *hotspot = _vm->getCard()->getHotspotByName(hotspotName); in xbookclick()
89 debug(0, "\tHotspot = %d -> %s", args[3], hotspotName.c_str()); in xbookclick()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/lure/
H A Dstrings.cpp181 void StringData::getString(uint16 stringId, char *dest, const char *hotspotName, in getString() argument
185 stringId, hotspotArticle, hotspotName, characterArticle, characterName); in getString()
203 const char *p = (ch == '1') ? hotspotName : characterName; in getString()
H A Dstrings.h62 void getString(uint16 stringId, char *dest, const char *hotspotName, const char *characterName,
H A Dsurface.h91 static void show(uint16 stringId, const char *hotspotName, const char *characterName);
H A Dmenu.cpp284 char *hotspotName = itemNames[itemCtr++] = (char *) malloc(MAX_HOTSPOT_NAME_SIZE); in ShowInventory() local
285 strings.getString(hotspot.nameId, hotspotName); in ShowInventory()
H A Dsurface.cpp617 void Dialog::show(uint16 stringId, const char *hotspotName, const char *characterName) { in show() argument
619 stringId, hotspotName, characterName); in show()
623 sl.getString(stringId, buffer, hotspotName, characterName); in show()
/dports/games/scummvm/scummvm-2.5.1/engines/lure/
H A Dstrings.cpp181 void StringData::getString(uint16 stringId, char *dest, const char *hotspotName, in getString() argument
185 stringId, hotspotArticle, hotspotName, characterArticle, characterName); in getString()
203 const char *p = (ch == '1') ? hotspotName : characterName; in getString()
H A Dstrings.h62 void getString(uint16 stringId, char *dest, const char *hotspotName, const char *characterName,
H A Dsurface.h91 static void show(uint16 stringId, const char *hotspotName, const char *characterName);
H A Dmenu.cpp288 char *hotspotName = itemNames[itemCtr++] = (char *) malloc(MAX_HOTSPOT_NAME_SIZE); in ShowInventory() local
289 strings.getString(hotspot.nameId, hotspotName); in ShowInventory()
H A Dsurface.cpp629 void Dialog::show(uint16 stringId, const char *hotspotName, const char *characterName) { in show() argument
631 stringId, hotspotName, characterName); in show()
635 sl.getString(stringId, buffer, hotspotName, characterName); in show()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/mohawk/
H A Driven.cpp802 bool MohawkEngine_Riven::isZipVisitedCard(const Common::String &hotspotName) const { in isZipVisitedCard()
805 if (!hotspotName.empty()) in isZipVisitedCard()
807 if (_zipModeData[j].name == hotspotName) { in isZipVisitedCard()
H A Driven.h150 bool isZipVisitedCard(const Common::String &hotspotName) const;
H A Driven_scripts.cpp759 Common::String hotspotName = _vm->getCard()->getCurHotspot()->getName(); in zipMode() local
762 if (_vm->_zipModeData[i].name == hotspotName) { in zipMode()
H A Driven_card.cpp568 Common::String hotspotName = _hotspots[i]->getName(); in initializeZipMode() local
569 bool visited = _vm->isZipVisitedCard(hotspotName); in initializeZipMode()
/dports/games/scummvm/scummvm-2.5.1/engines/mohawk/
H A Driven.cpp738 bool MohawkEngine_Riven::isZipVisitedCard(const Common::String &hotspotName) const { in isZipVisitedCard()
741 if (!hotspotName.empty()) in isZipVisitedCard()
743 if (_zipModeData[j].name == hotspotName) { in isZipVisitedCard()
H A Driven.h169 bool isZipVisitedCard(const Common::String &hotspotName) const;
H A Driven_scripts.cpp759 Common::String hotspotName = _vm->getCard()->getCurHotspot()->getName(); in zipMode() local
762 if (_vm->_zipModeData[i].name == hotspotName) { in zipMode()
H A Driven_card.cpp663 Common::String hotspotName = _hotspots[i]->getName(); in initializeZipMode() local
664 bool visited = _vm->isZipVisitedCard(hotspotName); in initializeZipMode()