Home
last modified time | relevance | path

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

/dports/games/ufoai/ufoai-2.5-source/src/client/cgame/campaign/
H A Dcp_market_callbacks.cpp94 if (od->notOnMarket) { in BS_SetAutosell_f()
H A Dcp_market.cpp42 return !(item->isVirtual || item->notOnMarket); in BS_IsOnMarket()
/dports/games/ufoai/ufoai-2.5-source/src/game/
H A Dinv_shared.h343 bool notOnMarket; /**< True if this item should not be available on market. */ member
/dports/games/ufoai/ufoai-2.5-source/src/common/
H A Dscripts.cpp1465 {"notonmarket", V_BOOL, offsetof(objDef_t, notOnMarket), MEMBER_SIZEOF(objDef_t, notOnMarket)},