Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ isMemberOfTeam
Method
isMemberOfTeam
source/game/StarTeamClient.cpp:40–42 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
38
}
39
40
bool TeamClient::isMemberOfTeam() {
41
return (bool)m_teamUuid;
42
}
43
44
void TeamClient::invitePlayer(String const& playerName) {
45
if (playerName.empty())
Callers
1
TeamBar
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected