Home
last modified time | relevance | path

Searched refs:modifyFriendlinessToOther (Results 1 – 6 of 6) sorted by relevance

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/bladerunner/
H A Dactor.h211 void modifyFriendlinessToOther(int otherActorId, signed int change);
H A Dactor.cpp993 void Actor::modifyFriendlinessToOther(int otherActorId, signed int change) { in modifyFriendlinessToOther() function in BladeRunner::Actor
/dports/games/scummvm/scummvm-2.5.1/engines/bladerunner/
H A Dactor.h214 void modifyFriendlinessToOther(int otherActorId, signed int change);
H A Dactor.cpp1140 void Actor::modifyFriendlinessToOther(int otherActorId, signed int change) { in modifyFriendlinessToOther() function in BladeRunner::Actor
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/bladerunner/script/
H A Dscript.cpp167 _vm->_actors[actorId]->modifyFriendlinessToOther(otherActorId, change); in Actor_Modify_Friendliness_To_Other()
/dports/games/scummvm/scummvm-2.5.1/engines/bladerunner/script/
H A Dscript.cpp167 _vm->_actors[actorId]->modifyFriendlinessToOther(otherActorId, change); in Actor_Modify_Friendliness_To_Other()