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

Method acceptInvitation

source/frontend/StarTeamBar.cpp:80–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78}
79
80void TeamBar::acceptInvitation(Uuid const& inviterUuid) {
81 m_client->teamClient()->acceptInvitation(inviterUuid);
82}
83
84void TeamBar::update(float dt) {
85 Pane::update(dt);

Callers 1

okMethod · 0.45

Calls 1

teamClientMethod · 0.80

Tested by

no test coverage detected