Home
last modified time | relevance | path

Searched refs:CalcValueOfItemToDealer (Results 1 – 3 of 3) sorted by relevance

/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/game/Tactical/
H A DArms_Dealer_Init.h198 UINT16 CalcValueOfItemToDealer(ArmsDealerID, UINT16 usItemIndex, BOOLEAN fDealerSelling);
H A DShopKeeper_Interface.cc2456 …uiUnitPrice += (UINT32)( CalcValueOfItemToDealer( gbSelectedArmsDealerID, usItemID, fDealerSelling… in CalcShopKeeperItemPrice()
2467 …uiUnitPrice += (UINT32)( CalcValueOfItemToDealer( gbSelectedArmsDealerID, pItemObject->usGunAmmoIt… in CalcShopKeeperItemPrice()
2474 …uiUnitPrice += (UINT32)( CalcValueOfItemToDealer( gbSelectedArmsDealerID, pItemObject->usGunAmmoIt… in CalcShopKeeperItemPrice()
2505 …uiUnitPrice += (UINT32)( CalcValueOfItemToDealer( gbSelectedArmsDealerID, usItemID, fDealerSelling… in CalcShopKeeperItemPrice()
2525 …uiUnitPrice += (UINT32)( CalcValueOfItemToDealer( gbSelectedArmsDealerID, pItemObject->usAttachIte… in CalcShopKeeperItemPrice()
H A DArms_Dealer_Init.cc986 return( CalcValueOfItemToDealer( ubArmsDealer, usItemIndex, FALSE ) > 0 ); in CanDealerTransactItem()
2199 UINT16 CalcValueOfItemToDealer(ArmsDealerID const ubArmsDealer, UINT16 const usItemIndex, BOOLEAN c… in CalcValueOfItemToDealer() function