Home
last modified time | relevance | path

Searched refs:getPronoun (Results 1 – 7 of 7) sorted by relevance

/dports/games/scummvm/scummvm-2.5.1/engines/ultima/ultima4/conversation/
H A Ddialogueloader_tlk.cpp95 "\n" + dlg->getPronoun() + " says: I am " + dlg->getName() + "\n" in load()
143 …dlg->addKeyword("name", new Response(Common::String("\n") + dlg->getPronoun() + " says: I am " + d… in load()
144 …dlg->addKeyword("give", new Response(Common::String("\n") + dlg->getPronoun() + " says: I do not n… in load()
145 …dlg->addKeyword("join", new Response(Common::String("\n") + dlg->getPronoun() + " says: I cannot j… in load()
H A Dconversation.h190 const Common::String &getPronoun() const { in getPronoun() function
/dports/games/scummvm/scummvm-2.5.1/engines/ultima/ultima4/game/
H A Dperson.cpp408 return _dialogue->getPronoun() + " turns away!\n"; in getResponse()
482 reply += _dialogue->getPronoun(); in beggarGetQuantityResponse()
/dports/games/powder/powder118_src/
H A Ditem.h355 const char *getPronoun() const;
H A Dcreature.h867 const char *getPronoun() const;
H A Dcreature.cpp5695 buf.strcat(self->getPronoun()); in formatToString()
5697 buf.strcat(selfitem->getPronoun()); in formatToString()
5702 buf.strcat(mob->getPronoun()); in formatToString()
5704 buf.strcat(item->getPronoun()); in formatToString()
5822 MOB::getPronoun() const in getPronoun() function in MOB
H A Ditem.cpp2234 ITEM::getPronoun() const in getPronoun() function in ITEM