Home
last modified time | relevance | path

Searched defs:EnemyLeaveLOS (Results 1 – 7 of 7) sorted by relevance

/dports/games/spring/spring_98.0/AI/Skirmish/HughAI/src-ai/hughai/
H A DGameListener.java40 public void EnemyLeaveLOS(Unit enemy); in EnemyLeaveLOS() method
H A DGameAdapter.java43 @Override public void EnemyLeaveLOS(Unit enemy){overriden = false;} in EnemyLeaveLOS() method in GameAdapter
/dports/games/spring/spring_98.0/AI/Skirmish/KAIK/
H A DKAIK.cpp171 void CKAIK::EnemyLeaveLOS(int enemyUnitID) { in EnemyLeaveLOS() function in CKAIK
/dports/games/spring/spring_98.0/AI/Skirmish/E323AI/
H A DCE323AI.cpp338 void CE323AI::EnemyLeaveLOS(int enemy) { in EnemyLeaveLOS() function in CE323AI
/dports/games/spring/spring_98.0/AI/Skirmish/AAI/
H A DAAI.cpp769 void AAI::EnemyLeaveLOS(int /*enemy*/) {} in EnemyLeaveLOS() function in AAI
/dports/games/spring/spring_98.0/rts/ExternalAI/
H A DSkirmishAIWrapper.cpp355 void CSkirmishAIWrapper::EnemyLeaveLOS(int unitId) { in EnemyLeaveLOS() function in CSkirmishAIWrapper
/dports/games/spring/spring_98.0/AI/Skirmish/RAI/
H A DRAI.cpp390 void cRAI::EnemyLeaveLOS(int enemy) in EnemyLeaveLOS() function in cRAI