Home
last modified time | relevance | path

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

/dports/games/spring/spring_98.0/rts/Sim/Misc/
H A DTeamHandler.h58 ::AllyTeam& GetAllyTeam(size_t id) { return allyTeams[id]; }; in GetAllyTeam() function
/dports/games/spring/spring_98.0/AI/Skirmish/Shard/src/API/spring/
H A DSpringUnit.cpp67 return allyTeamId == unit->GetAllyTeam(); in IsAlly()
/dports/games/spring/spring_98.0/rts/Lua/
H A DLuaSyncedRead.cpp1537 const AllyTeam& ally = teamHandler->GetAllyTeam(allyteam); in GetAllyTeamInfo()