Home
last modified time | relevance | path

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

/dports/games/spring/spring_98.0/rts/Sim/Units/UnitTypes/
H A DTransportUnit.h34 …float GetTransporteeWantedHeight(const float3& wantedPos, const CUnit* unit, bool* ok = NULL) cons…
H A DTransportUnit.cpp434 float wantedHeight = GetTransporteeWantedHeight(wantedPos, unit, &canLoadUnload); in CanLoadUnloadAtPos()
444 float CTransportUnit::GetTransporteeWantedHeight(const float3& wantedPos, const CUnit* unit, bool* … in GetTransporteeWantedHeight() function in CTransportUnit
/dports/games/spring/spring_98.0/rts/Sim/Units/CommandAI/
H A DTransportCAI.cpp211 wantedPos.y = trans->GetTransporteeWantedHeight(wantedPos, unit); in ExecuteLoadUnits()
680 …wantedPos.y = static_cast<CTransportUnit*>(owner)->GetTransporteeWantedHeight(wantedPos, transport… in UnloadLand()