Home
last modified time | relevance | path

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

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/bladerunner/
H A Dactor_clues.cpp110 int friendliness = actor->getFriendlinessToOther(otherActorId); in getModifier()
167 …therActor->getHonesty() + otherActor->getIntelligence() + actor->getFriendlinessToOther(otherActor… in acquireCluesByRelations()
174 … = (actor->getHonesty() + actor->getIntelligence() + otherActor->getFriendlinessToOther(actorId)) … in acquireCluesByRelations()
184 … avgParameters = (2 * otherActor->getFriendlinessToOther(actorId) + otherActor->getHonesty()) / 3; in acquireCluesByRelations()
202 avgParameters = (2 * actor->getFriendlinessToOther(otherActorId) + actor->getHonesty()) / 3; in acquireCluesByRelations()
H A Dactor.h209 int getFriendlinessToOther(int otherActorId) const { return _friendlinessToOther[otherActorId]; } in getFriendlinessToOther() function
H A Ddebugger.cpp908 …actorFriendliness(%i, %i) = %i\n", actorId, otherActorId, actor->getFriendlinessToOther(otherActor… in cmdFriend()
2006 actor->getFriendlinessToOther(kActorMcCoy), in cmdList()
/dports/games/scummvm/scummvm-2.5.1/engines/bladerunner/
H A Dactor_clues.cpp111 int friendliness = actor->getFriendlinessToOther(otherActorId); in getModifier()
168 …therActor->getHonesty() + otherActor->getIntelligence() + actor->getFriendlinessToOther(otherActor… in acquireCluesByRelations()
175 … = (actor->getHonesty() + actor->getIntelligence() + otherActor->getFriendlinessToOther(actorId)) … in acquireCluesByRelations()
185 … avgParameters = (2 * otherActor->getFriendlinessToOther(actorId) + otherActor->getHonesty()) / 3; in acquireCluesByRelations()
203 avgParameters = (2 * actor->getFriendlinessToOther(otherActorId) + actor->getHonesty()) / 3; in acquireCluesByRelations()
H A Dactor.h212 int getFriendlinessToOther(int otherActorId) const { return _friendlinessToOther[otherActorId]; } in getFriendlinessToOther() function
H A Ddebugger.cpp1001 …actorFriendliness(%i, %i) = %i\n", actorId, otherActorId, actor->getFriendlinessToOther(otherActor… in cmdFriend()
2122 actor->getFriendlinessToOther(kActorMcCoy), in cmdList()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/bladerunner/script/
H A Dscript.cpp162 return _vm->_actors[actorId]->getFriendlinessToOther(otherActorId); in Actor_Query_Friendliness_To_Other()
/dports/games/scummvm/scummvm-2.5.1/engines/bladerunner/script/
H A Dscript.cpp162 return _vm->_actors[actorId]->getFriendlinessToOther(otherActorId); in Actor_Query_Friendliness_To_Other()