Home
last modified time | relevance | path

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

/dports/games/ufoai/ufoai-2.5-source/src/game/
H A Dg_inventory.cpp49 Edict* G_GetFloorItemFromPos (const pos3_t pos) in G_GetFloorItemFromPos() function
62 Edict* floor = G_GetFloorItemFromPos(ent->pos); in G_GetFloorItems()
151 floor = G_GetFloorItemFromPos(pos); in G_AddItemToFloor()
H A Dg_inventory.h30 Edict* G_GetFloorItemFromPos(const pos3_t pos);
H A Dg_combat.cpp582 floor = G_GetFloorItemFromPos(pos); in G_SpawnItemOnFloor()
/dports/games/ufoai/ufoai-2.5-source/src/tests/
H A Dtest_game.cpp366 CU_ASSERT_PTR_EQUAL(G_GetFloorItemFromPos(ent->pos)->getFloor(), ent->getFloor()); in testInventoryTempContainerLinks()