You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
setGroup('GROUP_A',[player1,player2, ...]);// second param should work with ids alsogetPartners(player,[group1, ...]);// returns the id of getOtherPlayers(player)getGroups();// list of groupsgetGroupMembers('GROUP_A');// returns list of ids (or player objects).
The methods should be applicable to the playerlist as well as to the player objects themeselves.
The text was updated successfully, but these errors were encountered:
Extend API to include methods like:
The methods should be applicable to the playerlist as well as to the player objects themeselves.
The text was updated successfully, but these errors were encountered: