MCPcopy 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
683TeamClientPtr UniverseClient::teamClient() const {
684 return m_teamClient;
685}
686
687QuestManagerPtr UniverseClient::questManager() const {
688 return m_mainPlayer->questManager();

Callers 13

makePlayerCallbacksMethod · 0.80
changeStateMethod · 0.80
TeleportDialogMethod · 0.80
TeamBarMethod · 0.80
invitePlayerMethod · 0.80
acceptInvitationMethod · 0.80
updateMethod · 0.80
buildTeamBarMethod · 0.80
openMethod · 0.80
updateWidgetsMethod · 0.80
makeLeaderMethod · 0.80
removeFromTeamMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected