Home
last modified time | relevance | path

Searched refs:GetNavTarget (Results 1 – 22 of 22) sorted by relevance

/dports/games/pioneer/pioneer-20210723/src/
H A DPlayer.cpp194 if (GetNavTarget() == removedBody) in NotifyRemoved()
200 if (!GetNavTarget() && removedBody->IsType(ObjectType::SHIP)) in NotifyRemoved()
241 Body *Player::GetNavTarget() const in GetNavTarget() function in Player
243 return static_cast<PlayerShipController *>(m_controller)->GetNavTarget(); in GetNavTarget()
H A DPlayer.h36 Body *GetNavTarget() const;
H A DSystemInfoView.cpp320 Body *navTarget = Pi::player->GetNavTarget(); in NeedsRefresh()
373 Body *navtarget = Pi::player->GetNavTarget(); in UpdateIconSelections()
H A DHyperspaceCloud.cpp114 if (Pi::player->GetNavTarget() == this && !Pi::player->GetCombatTarget()) in TimeStepUpdate()
H A DObjectViewerView.cpp136 Body *body = Pi::player->GetNavTarget(); in Update()
H A DPi.cpp780 else if (Pi::player->GetNavTarget()) in HandleKeyDown()
/dports/games/pioneer/pioneer-20210723/data/pigui/modules/
H A Dradar.lua29 if body == player:GetNavTarget() then
69 local navTarget = player:GetNavTarget()
123 local navTarget = player:GetNavTarget()
H A Dsystem-overview-window.lua190 local tree = calculateEntry(root, nil, Game.player:GetNavTarget(), filterFunction, false)
H A Dsystem-view-ui.lua367 local navTarget = player:GetNavTarget()
/dports/games/pioneer/pioneer-20210723/data/modules/DebugShipSpawn/
H A DDebugShipSpawn.lua95 local _with_0 = Space.SpawnShipDocked(ship_name, Game.player:GetNavTarget())
189 local nav_target = Game.player:GetNavTarget()
H A DDebugShipSpawn.moon84 new_ship = with Space.SpawnShipDocked ship_name, Game.player\GetNavTarget!
145 nav_target = Game.player\GetNavTarget!
/dports/games/pioneer/pioneer-20210723/data/pigui/modules/flight-ui/
H A Dtarget-scanner.lua68 local target = player:GetNavTarget()
79 local target = player:GetNavTarget()
H A Dindicators.lua182 local navTarget = player:GetNavTarget()
H A Dreticule.lua461 local navTarget = player:GetNavTarget()
/dports/games/pioneer/pioneer-20210723/src/ship/
H A DPlayerShipController.h45 Body *GetNavTarget() const;
H A DPlayerShipController.cpp450 Body *PlayerShipController::GetNavTarget() const in GetNavTarget() function in PlayerShipController
/dports/games/pioneer/pioneer-20210723/src/pigui/
H A DPerfInfo.cpp355 if (Pi::player->GetNavTarget() && Pi::player->GetNavTarget()->GetSystemBody()) { in DrawWorldViewStats()
356 const auto *sbody = Pi::player->GetNavTarget()->GetSystemBody(); in DrawWorldViewStats()
/dports/games/pioneer/pioneer-20210723/data/pigui/views/
H A Dgame.lua89 local navTarget = player:GetNavTarget()
/dports/games/pioneer/pioneer-20210723/data/pigui/modules/info-view/
H A D05-crew.lua114 local target = Game.player:GetNavTarget()
/dports/games/pioneer/pioneer-20210723/src/lua/
H A DLuaPlayer.cpp54 LuaObject<Body>::PushToLua(p->GetNavTarget()); in l_get_nav_target()
H A DLuaSystemView.cpp151 const Body *nav_target = Pi::game->GetPlayer()->GetNavTarget(); in l_systemview_get_projected_grouped()
H A DLuaPiGui.cpp1894 const Body *nav_target = Pi::game->GetPlayer()->GetNavTarget(); in l_pigui_get_projected_bodies_grouped()