Home
last modified time | relevance | path

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

/dports/games/ufoai/ufoai-2.5-source/src/game/
H A Dg_edicts.h46 Edict* G_EdictsGetActorByUCN(const int ucn, const int team);
H A Dg_edicts.cpp247 Edict* G_EdictsGetActorByUCN (const int ucn, const int team) in G_EdictsGetActorByUCN() function
H A Dg_client.cpp1236 Edict* ent = G_EdictsGetActorByUCN(ucn, player.getTeam()); in G_ClientInitActorStates()