Home
last modified time | relevance | path

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

/dports/games/ufoai/ufoai-2.5-source/src/game/
H A Dchr_shared.h296 } teamNames_t; typedef
/dports/games/ufoai/ufoai-2.5-source/src/common/
H A Dscripts.cpp2497 teamNames_t nameList; in Com_ParseActorNames()
2499 LIST_Foreach(csi.actorNames, teamNames_t, names) { in Com_ParseActorNames()
2703 static const teamNames_t *Com_GetNameListByID (const char *id) in Com_GetNameListByID()
2705 LIST_Foreach(csi.actorNames, teamNames_t, names) in Com_GetNameListByID()
2822 const teamNames_t *nameList; in Com_ParseTeam()