Home
last modified time | relevance | path

Searched refs:handCardId (Results 1 – 4 of 4) sorted by relevance

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/tsage/ringworld2/
H A Dringworld2_outpost.h207 int getStationId(int playerId, int handCardId);
H A Dringworld2_outpost.cpp2603 int Scene1337::getStationId(int playerId, int handCardId) { in getStationId() argument
2604 …f ((_gameBoardSide[playerId]._handCard[handCardId]._cardId > 1) && (_gameBoardSide[playerId]._hand… in getStationId()
2605 return handCardId; in getStationId()
/dports/games/scummvm/scummvm-2.5.1/engines/tsage/ringworld2/
H A Dringworld2_outpost.h207 int getStationId(int playerId, int handCardId);
H A Dringworld2_outpost.cpp2603 int Scene1337::getStationId(int playerId, int handCardId) { in getStationId() argument
2604 …f ((_gameBoardSide[playerId]._handCard[handCardId]._cardId > 1) && (_gameBoardSide[playerId]._hand… in getStationId()
2605 return handCardId; in getStationId()