Home
last modified time | relevance | path

Searched defs:Ally (Results 1 – 4 of 4) sorted by relevance

/dports/games/spring/spring_98.0/rts/Sim/Misc/
H A DTeamHandler.h48 bool Ally(int a, int b) const { return allyTeams[a].allies[b]; } in Ally() function
/dports/games/astromenace/astromenace-1.4.1/src/object3d/
H A Dobject3d.h64 Ally, enumerator
/dports/games/openra/OpenRA-release-20200503/OpenRA.Game/Traits/
H A DTraitsInterfaces.cs78 Ally = 4, enumerator
/dports/games/gemrb/gemrb-0.9.0/gemrb/core/GameScript/
H A DActions.cpp859 void GameScript::Ally(Scriptable* Sender, Action* /*parameters*/) in Ally() function in GemRB::GameScript