MCPcopy 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
40bool TeamClient::isMemberOfTeam() {
41 return (bool)m_teamUuid;
42}
43
44void TeamClient::invitePlayer(String const& playerName) {
45 if (playerName.empty())

Callers 1

TeamBarMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected