Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ teamClient
Method
teamClient
source/game/StarUniverseClient.cpp:683–685 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
681
}
682
683
TeamClientPtr UniverseClient::teamClient() const {
684
return m_teamClient;
685
}
686
687
QuestManagerPtr UniverseClient::questManager() const {
688
return m_mainPlayer->questManager();
Callers
13
makePlayerCallbacks
Method · 0.80
changeState
Method · 0.80
TeleportDialog
Method · 0.80
TeamBar
Method · 0.80
invitePlayer
Method · 0.80
acceptInvitation
Method · 0.80
update
Method · 0.80
buildTeamBar
Method · 0.80
open
Method · 0.80
updateWidgets
Method · 0.80
makeLeader
Method · 0.80
removeFromTeam
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected