Home
last modified time | relevance | path

Searched refs:GetNearestMetalSpot (Results 1 – 5 of 5) sorted by relevance

/dports/games/spring/spring_98.0/AI/Skirmish/KAIK/
H A DMetalMap.h16 float3 GetNearestMetalSpot(int builderid, const UnitDef* extractor);
H A DMetalMap.cpp48 float3 CMetalMap::GetNearestMetalSpot(int builderid, const UnitDef* extractor) { in GetNearestMetalSpot() function in CMetalMap
H A DBuildUp.cpp561 const float3 newMexPos = ai->mm->GetNearestMetalSpot(builderID, newMexDef); in BuildUpgradeExtractor()
/dports/games/spring/spring_98.0/AI/Skirmish/HughAI/src-ai/hughai/
H A DWorkflowController.java576 TerrainPos buildsitefrommetal = metal.GetNearestMetalSpot( in BuildMex()
/dports/games/spring/spring_98.0/AI/Skirmish/HughAI/src-ai/hughai/mapping/
H A DMetal.java230 public TerrainPos GetNearestMetalSpot( TerrainPos mypos ) in GetNearestMetalSpot() method in Metal