Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ currentTeam
Method
currentTeam
source/game/StarTeamClient.cpp:78–80 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
76
}
77
78
Maybe<Uuid> TeamClient::currentTeam() const {
79
return m_teamUuid;
80
}
81
82
void TeamClient::makeLeader(Uuid const& playerUuid) {
83
if (!m_teamUuid)
Callers
5
teamUuid
Method · 0.80
makeTeamClientCallbacks
Method · 0.80
update
Method · 0.80
buildTeamBar
Method · 0.80
update
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected