MCPcopy 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
78Maybe<Uuid> TeamClient::currentTeam() const {
79 return m_teamUuid;
80}
81
82void TeamClient::makeLeader(Uuid const& playerUuid) {
83 if (!m_teamUuid)

Callers 5

teamUuidMethod · 0.80
updateMethod · 0.80
buildTeamBarMethod · 0.80
updateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected