SGroup
Index
Functions Index
bool IsMemberOf (int groupID)
SGroupInfo GetGroupInfo (int groupID)
void JoinGroup (int groupID, bool force=false)
void LeaveGroup (int groupID, bool force=false)
Properties Index
SGroupInfo[] Membership get
Functions
IsMemberOf
bool IsMemberOf (int groupID)
Whether is a member of this group.
IsMember = Space.Groups.IsMemberOf(675)GetGroupInfo
SGroupInfo GetGroupInfo (int groupID)
Get the group info by groupID.
JoinGroup
void JoinGroup (int groupID, bool force=false)
Shows player a prompt to join specified group. If force is true, the user will not be shown a prompt. (force parameter is white-label only)
LeaveGroup
void LeaveGroup (int groupID, bool force=false)
Shows player a prompt to leave specified group. If force is true, the user will not be shown a prompt. (force parameter is white-label only)
Properties
Membership
SGroupInfo[] Membership get
Return an array with all the groups this player is a member of
Last updated
Was this helpful?

