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

Method inviteButton

source/frontend/StarTeamBar.cpp:140–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138}
139
140void TeamBar::inviteButton() {
141 if (!m_teamInvite->isDisplayed())
142 m_mainInterface->paneManager()->displayPane(PaneLayer::Window, m_teamInvite);
143}
144
145void TeamBar::buildTeamBar() {
146 auto teamClient = m_client->teamClient();

Callers

nothing calls this directly

Calls 3

displayPaneMethod · 0.80
isDisplayedMethod · 0.45
paneManagerMethod · 0.45

Tested by

no test coverage detected