Home
last modified time | relevance | path

Searched refs:SetNavTarget (Results 1 – 12 of 12) sorted by relevance

/dports/games/pioneer/pioneer-20210723/data/pigui/libs/
H A Dradial-menu.lua64 Game.player:SetNavTarget(target)
72 Game.player:SetNavTarget(target)
86 Game.player:SetNavTarget(target)
100 Game.player:SetNavTarget(target)
111 Game.player:SetNavTarget(target)
122 Game.player:SetNavTarget(target)
H A Dchat-form.lua168 Game.player:SetNavTarget(target)
172 Game.player:SetNavTarget(Space.GetBody(target.bodyIndex))
/dports/games/pioneer/pioneer-20210723/src/
H A DPlayer.cpp195 SetNavTarget(0); in NotifyRemoved()
201 SetNavTarget(static_cast<const Ship *>(removedBody)->GetHyperspaceCloud()); in NotifyRemoved()
214 SetNavTarget(0); in OnEnterHyperspace()
256 void Player::SetNavTarget(Body *const target) in SetNavTarget() function in Player
258 static_cast<PlayerShipController *>(m_controller)->SetNavTarget(target); in SetNavTarget()
H A DPlayer.h39 void SetNavTarget(Body *const target);
H A DSystemInfoView.cpp44 Pi::player->SetNavTarget(0); in OnBodySelected()
50 Pi::player->SetNavTarget(body); in OnBodySelected()
/dports/games/pioneer/pioneer-20210723/data/pigui/views/
H A Dgame.lua50 player:SetNavTarget(body)
132 player:SetNavTarget(nil)
167 player:SetNavTarget(b)
/dports/games/pioneer/pioneer-20210723/data/pigui/modules/info-view/
H A D04-missions.lua27 Game.player:SetNavTarget(location)
31 Game.player:SetNavTarget(Space.GetBody(location.bodyIndex))
/dports/games/pioneer/pioneer-20210723/src/ship/
H A DPlayerShipController.h48 void SetNavTarget(Body *const target);
H A DPlayerShipController.cpp468 void PlayerShipController::SetNavTarget(Body *const target) in SetNavTarget() function in PlayerShipController
/dports/games/pioneer/pioneer-20210723/data/pigui/modules/
H A Dsystem-view-ui.lua441 player:SetNavTarget(mainObject.ref.physicsBody)
445 player:SetNavTarget(mainObject.ref)
450 if navTarget == mainObject.ref then player:SetNavTarget(nil) end
H A Dsystem-overview-window.lua108 Game.player:SetNavTarget(body)
/dports/games/pioneer/pioneer-20210723/src/lua/
H A DLuaPlayer.cpp82 p->SetNavTarget(target); in l_set_nav_target()