Home
last modified time | relevance | path

Searched refs:implantDef (Results 1 – 2 of 2) sorted by relevance

/dports/games/ufoai/ufoai-2.5-source/src/tests/
H A Dtest_character.cpp71 static void RunImplant (const implantDef_t& implantDef) in RunImplant() argument
74 const objDef_t* od = implantDef.item; in RunImplant()
76 const implant_t* implant = CHRSH_ApplyImplant(*chr, implantDef); in RunImplant()
83 CU_ASSERT_EQUAL(implant->installedTime, implantDef.installationTime); in RunImplant()
84 for (int i = 0; i < implantDef.installationTime; i++) { in RunImplant()
/dports/games/ufoai/ufoai-2.5-source/src/game/
H A Dinv_shared.cpp333 const implantDef_t* implantDef = INVSH_GetImplantByIDSilent(id); in INVSH_GetImplantByID() local
334 if (!implantDef) in INVSH_GetImplantByID()
337 return implantDef; in INVSH_GetImplantByID()