Home
last modified time | relevance | path

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

/dports/games/spring/spring_98.0/rts/Sim/Units/CommandAI/
H A DMobileCAI.h27 void StopMoveAndKeepPointing(const float3& p, const float r, bool b);
H A DBuilderCAI.cpp278 StopMoveAndKeepPointing(objPos, objRadius, false); in MoveInBuildRange()
280 StopMoveAndKeepPointing(goalPos, goalRadius, false); in MoveInBuildRange()
H A DMobileCAI.cpp988 void CMobileCAI::StopMoveAndKeepPointing(const float3& p, const float r, bool b) in StopMoveAndKeepPointing() function in CMobileCAI