MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / makeLeader

Method makeLeader

source/frontend/StarTeamBar.cpp:385–388  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

383}
384
385void TeamMemberMenu::makeLeader() {
386 m_owner->m_client->teamClient()->makeLeader(m_memberUuid);
387 dismiss();
388}
389
390void TeamMemberMenu::removeFromTeam() {
391 m_owner->m_client->teamClient()->removeFromTeam(m_memberUuid);

Callers

nothing calls this directly

Calls 1

teamClientMethod · 0.80

Tested by

no test coverage detected