Beamable SDK
|
This structure defines a group member from the viewpoint of the current player's perspective. More...
Public Attributes | |
long | gamerTag |
The player gamertag | |
string | role |
Will be "leader", "officer", or null. The role indicates what permissions the player has in the group. Leaders can do anything. The player who created the group is the Leader, and there can only be 1 Leader per group. Officers are allowed to kick and promote regular group members. | |
bool | canKick |
true if the current player has the ability to kick this gamerTag from the group. | |
bool | canPromote |
true if the current player has the ability to promote this gamerTag. A regular user can be promoted to Officer by any existing Officer or the group Leader. There can only be 1 group Leader, so existing Officers cannot be promoted again. | |
bool | canDemote |
true if the current player has the ability to demote this gamerTag. Only Officers can be demoted. Only the group Leader can demote Officers. | |
This structure defines a group member from the viewpoint of the current player's perspective.