MCPcopy Create free account
hub / github.com/Phobos-developers/Phobos / GetScreenLocation

Method GetScreenLocation

src/Ext/Techno/Body.Visuals.cpp:205–208  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

203
204
205Point2D TechnoExt::GetScreenLocation(TechnoClass* pThis)
206{
207 return TacticalClass::Instance->CoordsToClient(pThis->GetCoords()).first;
208}
209
210Point2D TechnoExt::GetFootSelectBracketPosition(TechnoClass* pThis, Anchor anchor)
211{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected