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

Method invitePlayer

source/frontend/StarTeamBar.cpp:76–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74}
75
76void TeamBar::invitePlayer(String const& playerName) {
77 m_client->teamClient()->invitePlayer(playerName);
78}
79
80void TeamBar::acceptInvitation(Uuid const& inviterUuid) {
81 m_client->teamClient()->acceptInvitation(inviterUuid);

Callers 1

okMethod · 0.45

Calls 1

teamClientMethod · 0.80

Tested by

no test coverage detected