Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
76
void TeamBar::invitePlayer(String const& playerName) {
77
m_client->teamClient()->invitePlayer(playerName);
78
}
79
80
void TeamBar::acceptInvitation(Uuid const& inviterUuid) {
81
m_client->teamClient()->acceptInvitation(inviterUuid);
Callers
1
ok
Method · 0.45
Calls
1
teamClient
Method · 0.80
Tested by
no test coverage detected